#B7A032

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

Shades of Sahara #B7A032

Tints of Sahara #B7A032

Color information

#B7A032 (or 0xB7A032) is unknown color: approx Sahara. HEX triplet: B7, A0 and 32. RGB value is (183,160,50). Sum of RGB (Red+Green+Blue) = 183+160+50=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A032 is #485FCD. Grayscale: #9A9A9A. Windows color (decimal): -4743118 or 3317943. OLE color: 3317943.

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

Color convert

RGB18316050-
CMYK00.130.730.28
HSL49.62º57.08%45.69%-
HSV(B)49.62º72.68%71.76%-
XYZ32.6735.448.14-
YUV154.3469.12148.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 160 (62.89% from 255) = 40.71%
BLUE value IS 50 (19.92% from 255) = 12.72%
R=46.56%
G=40.71%
B=12.72%

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
Decimal1831605000.130.730.2849.6257.0845.69
HexB7A0320D491C32392e
Octal2672406201511134627156
Binary101101111010000011001001101100100111100110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A032; }

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

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

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

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

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

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

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

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