#B09329

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

Shades of Sahara #B09329

Tints of Sahara #B09329

Color information

#B09329 (or 0xB09329) is unknown color: approx Sahara. HEX triplet: B0, 93 and 29. RGB value is (176,147,41). Sum of RGB (Red+Green+Blue) = 176+147+41=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B09329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09329 is #4F6CD6. Grayscale: #909090. Windows color (decimal): -5205207 or 2724784. OLE color: 2724784.

HSL color Cylindrical-coordinate representation of color #B09329: hue angle of 47.11º 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 #B09329 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17614741-
CMYK00.160.770.31
HSL47.11º62.21%42.55%-
HSV(B)47.11º76.7%69.02%-
XYZ28.7430.266.42-
YUV143.5970.11151.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 41 (16.41% from 255) = 11.26%
R=48.35%
G=40.38%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761474100.160.770.3147.1162.2142.55
HexB093290104D1F2f3e2b
Octal2602235102011537577653
Binary1011000010010011101001010000100110111111101111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09329; }

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

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

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

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

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

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

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

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