#B49820

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

Shades of Sahara #B49820

Tints of Sahara #B49820

Color information

#B49820 (or 0xB49820) is unknown color: approx Sahara. HEX triplet: B4, 98 and 20. RGB value is (180,152,32). Sum of RGB (Red+Green+Blue) = 180+152+32=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B49820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49820 is #4B67DF. Grayscale: #939393. Windows color (decimal): -4941792 or 2136244. OLE color: 2136244.

HSL color Cylindrical-coordinate representation of color #B49820: hue angle of 48.65º 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 #B49820 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18015232-
CMYK00.160.820.29
HSL48.65º69.81%41.57%-
HSV(B)48.65º82.22%70.59%-
XYZ30.3132.266-
YUV146.6963.28151.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 32 (12.89% from 255) = 8.79%
R=49.45%
G=41.76%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801523200.160.820.2948.6569.8141.57
HexB49820010521D31462a
Octal26423040020122356110652
Binary10110100100110001000000100001010010111011100011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49820; }

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

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

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

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

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

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

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

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