#B09F29

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

Shades of Sahara #B09F29

Tints of Sahara #B09F29

Color information

#B09F29 (or 0xB09F29) is unknown color: approx Sahara. HEX triplet: B0, 9F and 29. RGB value is (176,159,41). Sum of RGB (Red+Green+Blue) = 176+159+41=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09F29 is #4F60D6. Grayscale: #979797. Windows color (decimal): -5202135 or 2727856. OLE color: 2727856.

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

Color convert

RGB17615941-
CMYK00.100.770.31
HSL52.44º62.21%42.55%-
HSV(B)52.44º76.7%69.02%-
XYZ30.734.197.08-
YUV150.6366.13146.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 41 (16.41% from 255) = 10.90%
R=46.81%
G=42.29%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761594100.100.770.3152.4462.2142.55
HexB09F290A4D1F343e2b
Octal2602375101211537647653
Binary101100001001111110100101010100110111111110100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F29; }

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

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

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

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

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

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

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

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