#B49E2E

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

Shades of Sahara #B49E2E

Tints of Sahara #B49E2E

Color information

#B49E2E (or 0xB49E2E) is unknown color: approx Sahara. HEX triplet: B4, 9E and 2E. RGB value is (180,158,46). Sum of RGB (Red+Green+Blue) = 180+158+46=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E2E is #4B61D1. Grayscale: #989898. Windows color (decimal): -4940242 or 3055284. OLE color: 3055284.

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

Color convert

RGB18015846-
CMYK00.120.740.29
HSL50.15º59.29%44.31%-
HSV(B)50.15º74.44%70.59%-
XYZ31.5434.357.55-
YUV151.8168.29148.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 46 (18.36% from 255) = 11.98%
R=46.88%
G=41.15%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801584600.120.740.2950.1559.2944.31
HexB49E2E0C4A1D323b2c
Octal2642365601411235627354
Binary101101001001111010111001100100101011101110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E2E; }

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

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

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

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

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

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

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

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