#B8A032

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

Shades of Sahara #B8A032

Tints of Sahara #B8A032

Color information

#B8A032 (or 0xB8A032) is unknown color: approx Sahara. HEX triplet: B8, A0 and 32. RGB value is (184,160,50). Sum of RGB (Red+Green+Blue) = 184+160+50=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A032 is #475FCD. Grayscale: #9B9B9B. Windows color (decimal): -4677582 or 3317944. OLE color: 3317944.

HSL color Cylindrical-coordinate representation of color #B8A032: hue angle of 49.25º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8A032 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18416050-
CMYK00.130.730.28
HSL49.25º57.26%45.88%-
HSV(B)49.25º72.83%72.16%-
XYZ32.9135.568.15-
YUV154.6468.95148.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 50 (19.92% from 255) = 12.69%
R=46.70%
G=40.61%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841605000.130.730.2849.2557.2645.88
HexB8A0320D491C31392e
Octal2702406201511134617156
Binary101110001010000011001001101100100111100110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A032; }

 p { color: rgb(184,160,50); }

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

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

 a { background-color: rgb(184,160,50); }

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

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

 span { border-color: rgb(184,160,50); }

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