#B09F32

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

Shades of Sahara #B09F32

Tints of Sahara #B09F32

Color information

#B09F32 (or 0xB09F32) is unknown color: approx Sahara. HEX triplet: B0, 9F and 32. RGB value is (176,159,50). Sum of RGB (Red+Green+Blue) = 176+159+50=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09F32 is #4F60CD. Grayscale: #989898. Windows color (decimal): -5202126 or 3317680. OLE color: 3317680.

HSL color Cylindrical-coordinate representation of color #B09F32: hue angle of 51.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B09F32 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17615950-
CMYK00.100.720.31
HSL51.9º55.75%44.31%-
HSV(B)51.9º71.59%69.02%-
XYZ30.8834.268-
YUV151.6670.63145.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 50 (19.92% from 255) = 12.99%
R=45.71%
G=41.30%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761595000.100.720.3151.955.7544.31
HexB09F320A481F34382c
Octal2602376201211037647054
Binary101100001001111111001001010100100011111110100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F32; }

 p { color: rgb(176,159,50); }

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

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

 a { background-color: rgb(176,159,50); }

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

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

 span { border-color: rgb(176,159,50); }

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