#B09B28

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

Shades of Sahara #B09B28

Tints of Sahara #B09B28

Color information

#B09B28 (or 0xB09B28) is unknown color: approx Sahara. HEX triplet: B0, 9B and 28. RGB value is (176,155,40). Sum of RGB (Red+Green+Blue) = 176+155+40=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09B28 is #4F64D7. Grayscale: #949494. Windows color (decimal): -5203160 or 2661296. OLE color: 2661296.

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

Color convert

RGB17615540-
CMYK00.120.770.31
HSL50.74º62.96%42.35%-
HSV(B)50.74º77.27%69.02%-
XYZ30.0132.836.76-
YUV148.1766.96147.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 40 (16.02% from 255) = 10.78%
R=47.44%
G=41.78%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761554000.120.770.3150.7462.9642.35
HexB09B280C4D1F333f2a
Octal2602335001411537637752
Binary101100001001101110100001100100110111111110011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B28; }

 p { color: rgb(176,155,40); }

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

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

 a { background-color: rgb(176,155,40); }

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

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

 span { border-color: rgb(176,155,40); }

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