#B38F24

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

Shades of Sahara #B38F24

Tints of Sahara #B38F24

Color information

#B38F24 (or 0xB38F24) is unknown color: approx Sahara. HEX triplet: B3, 8F and 24. RGB value is (179,143,36). Sum of RGB (Red+Green+Blue) = 179+143+36=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F24 is #4C70DB. Grayscale: #8E8E8E. Windows color (decimal): -5009628 or 2396083. OLE color: 2396083.

HSL color Cylindrical-coordinate representation of color #B38F24: hue angle of 44.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B38F24 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17914336-
CMYK00.200.800.30
HSL44.9º66.51%42.16%-
HSV(B)44.9º79.89%70.2%-
XYZ28.7329.365.82-
YUV141.5768.43154.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 143 (56.25% from 255) = 39.94%
BLUE value IS 36 (14.45% from 255) = 10.06%
R=50%
G=39.94%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791433600.200.800.3044.966.5142.16
HexB38F24014501E2d432a
Octal26321744024120365510352
Binary10110011100011111001000101001010000111101011011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F24; }

 p { color: rgb(179,143,36); }

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

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

 a { background-color: rgb(179,143,36); }

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

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

 span { border-color: rgb(179,143,36); }

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