#b8952a

Color #B8952A Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #B8952A

Tints of Sahara #B8952A

Color information

#B8952A (or 0xB8952A) is unknown color: approx Sahara. HEX triplet: B8, 95 and 2A. RGB value is (184,149,42). Sum of RGB (Red+Green+Blue) = 184+149+42=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8952A is #476AD5. Grayscale: #939393. Windows color (decimal): -4680406 or 2790840. OLE color: 2790840.

HSL color Cylindrical-coordinate representation of color #B8952A: hue angle of 45.21º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8952A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18414942-
CMYK00.190.770.28
HSL45.21º62.83%44.31%-
HSV(B)45.21º77.17%72.16%-
XYZ30.9331.856.71-
YUV147.2768.6154.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=49.07%
G=39.73%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841494200.190.770.2845.2162.8344.31
HexB8952A0134D1C2d3f2c
Octal2702255202311534557754
Binary1011100010010101101010010011100110111100101101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8952a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8952a; }

 p { color: rgb(184,149,42); }

 H1.HeaderClassName
 {
   color: #b8952a;
 }
 .AnyTagClassName
 {
   color: #b8952a;
 }
</style>
background-color css

<style>
 a { background-color: #b8952a; }

 a { background-color: rgb(184,149,42); }

 div.DivClassName
 {
   background-color: #b8952a;
 }
 .BgClassName
 {
   background-color: #b8952a;
 }
</style>
border-color css

<style>
 span { border-color: #b8952a; }

 span { border-color: rgb(184,149,42); }

 td.TdClassName
 {
   border-color: #b8952a;
 }
 .TagClassName
 {
   border-color: #b8952a;
 }
</style>