#B7A232

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

Shades of Sahara #B7A232

Tints of Sahara #B7A232

Color information

#B7A232 (or 0xB7A232) is unknown color: approx Sahara. HEX triplet: B7, A2 and 32. RGB value is (183,162,50). Sum of RGB (Red+Green+Blue) = 183+162+50=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A232 is #485DCD. Grayscale: #9B9B9B. Windows color (decimal): -4742606 or 3318455. OLE color: 3318455.

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

Color convert

RGB18316250-
CMYK00.110.730.28
HSL50.53º57.08%45.69%-
HSV(B)50.53º72.68%71.76%-
XYZ33.0236.148.25-
YUV155.5168.46147.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 50 (19.92% from 255) = 12.66%
R=46.33%
G=41.01%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831625000.110.730.2850.5357.0845.69
HexB7A2320B491C33392e
Octal2672426201311134637156
Binary101101111010001011001001011100100111100110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A232; }

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

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

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

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

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

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

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

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