#B7A132

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

Shades of Sahara #B7A132

Tints of Sahara #B7A132

Color information

#B7A132 (or 0xB7A132) is unknown color: approx Sahara. HEX triplet: B7, A1 and 32. RGB value is (183,161,50). Sum of RGB (Red+Green+Blue) = 183+161+50=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A132 is #485ECD. Grayscale: #9B9B9B. Windows color (decimal): -4742862 or 3318199. OLE color: 3318199.

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

Color convert

RGB18316150-
CMYK00.120.730.28
HSL50.08º57.08%45.69%-
HSV(B)50.08º72.68%71.76%-
XYZ32.8535.798.19-
YUV154.9268.79148.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 161 (63.28% from 255) = 40.86%
BLUE value IS 50 (19.92% from 255) = 12.69%
R=46.45%
G=40.86%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831615000.120.730.2850.0857.0845.69
HexB7A1320C491C32392e
Octal2672416201411134627156
Binary101101111010000111001001100100100111100110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A132; }

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

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

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

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

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

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

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

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