#B49A2E

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

Shades of Sahara #B49A2E

Tints of Sahara #B49A2E

Color information

#B49A2E (or 0xB49A2E) is unknown color: approx Sahara. HEX triplet: B4, 9A and 2E. RGB value is (180,154,46). Sum of RGB (Red+Green+Blue) = 180+154+46=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A2E is #4B65D1. Grayscale: #959595. Windows color (decimal): -4941266 or 3054260. OLE color: 3054260.

HSL color Cylindrical-coordinate representation of color #B49A2E: hue angle of 48.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B49A2E is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18015446-
CMYK00.140.740.29
HSL48.36º59.29%44.31%-
HSV(B)48.36º74.44%70.59%-
XYZ30.8733.017.33-
YUV149.4669.61149.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 154 (60.55% from 255) = 40.53%
BLUE value IS 46 (18.36% from 255) = 12.11%
R=47.37%
G=40.53%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801544600.140.740.2948.3659.2944.31
HexB49A2E0E4A1D303b2c
Octal2642325601611235607354
Binary101101001001101010111001110100101011101110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A2E; }

 p { color: rgb(180,154,46); }

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

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

 a { background-color: rgb(180,154,46); }

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

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

 span { border-color: rgb(180,154,46); }

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