#B49920

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

Shades of Sahara #B49920

Tints of Sahara #B49920

Color information

#B49920 (or 0xB49920) is unknown color: approx Sahara. HEX triplet: B4, 99 and 20. RGB value is (180,153,32). Sum of RGB (Red+Green+Blue) = 180+153+32=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B49920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49920 is #4B66DF. Grayscale: #939393. Windows color (decimal): -4941536 or 2136500. OLE color: 2136500.

HSL color Cylindrical-coordinate representation of color #B49920: hue angle of 49.05º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B49920 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18015332-
CMYK00.150.820.29
HSL49.05º69.81%41.57%-
HSV(B)49.05º82.22%70.59%-
XYZ30.4732.596.05-
YUV147.2862.95151.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 32 (12.89% from 255) = 8.77%
R=49.32%
G=41.92%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801533200.150.820.2949.0569.8141.57
HexB499200F521D31462a
Octal26423140017122356110652
Binary1011010010011001100000011111010010111011100011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49920; }

 p { color: rgb(180,153,32); }

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

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

 a { background-color: rgb(180,153,32); }

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

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

 span { border-color: rgb(180,153,32); }

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