#b49020

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

Shades of Sahara #B49020

Tints of Sahara #B49020

Color information

#B49020 (or 0xB49020) is unknown color: approx Sahara. HEX triplet: B4, 90 and 20. RGB value is (180,144,32). Sum of RGB (Red+Green+Blue) = 180+144+32=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B49020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49020 is #4B6FDF. Grayscale: #8E8E8E. Windows color (decimal): -4943840 or 2134196. OLE color: 2134196.

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

Color convert

RGB18014432-
CMYK00.20.820.29
HSL45.41º69.81%41.57%-
HSV(B)45.41º82.22%70.59%-
XYZ29.0629.755.58-
YUV14265.93155.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 32 (12.89% from 255) = 8.99%
R=50.56%
G=40.45%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801443200.20.820.2945.4169.8141.57
HexB49020014521D2d462a
Octal26422040024122355510652
Binary10110100100100001000000101001010010111011011011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49020; }

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

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

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

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

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

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

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

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