#B09928

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

Shades of Sahara #B09928

Tints of Sahara #B09928

Color information

#B09928 (or 0xB09928) is unknown color: approx Sahara. HEX triplet: B0, 99 and 28. RGB value is (176,153,40). Sum of RGB (Red+Green+Blue) = 176+153+40=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B09928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09928 is #4F66D7. Grayscale: #939393. Windows color (decimal): -5203672 or 2660784. OLE color: 2660784.

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

Color convert

RGB17615340-
CMYK00.130.770.31
HSL49.85º62.96%42.35%-
HSV(B)49.85º77.27%69.02%-
XYZ29.6832.176.65-
YUV14767.62148.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 40 (16.02% from 255) = 10.84%
R=47.70%
G=41.46%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761534000.130.770.3149.8562.9642.35
HexB099280D4D1F323f2a
Octal2602315001511537627752
Binary101100001001100110100001101100110111111110010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09928; }

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

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

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

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

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

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

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

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