#B49732

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

Shades of Sahara #B49732

Tints of Sahara #B49732

Color information

#B49732 (or 0xB49732) is unknown color: approx Sahara. HEX triplet: B4, 97 and 32. RGB value is (180,151,50). Sum of RGB (Red+Green+Blue) = 180+151+50=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B49732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49732 is #4B68CD. Grayscale: #949494. Windows color (decimal): -4942030 or 3315636. OLE color: 3315636.

HSL color Cylindrical-coordinate representation of color #B49732: hue angle of 46.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B49732 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18015150-
CMYK00.160.720.29
HSL46.62º56.52%45.1%-
HSV(B)46.62º72.22%70.59%-
XYZ30.4632.077.6-
YUV148.1672.61150.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 50 (19.92% from 255) = 13.12%
R=47.24%
G=39.63%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801515000.160.720.2946.6256.5245.1
HexB49732010481D2f392d
Octal2642276202011035577155
Binary1011010010010111110010010000100100011101101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49732; }

 p { color: rgb(180,151,50); }

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

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

 a { background-color: rgb(180,151,50); }

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

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

 span { border-color: rgb(180,151,50); }

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