#B49E2A

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

Shades of Sahara #B49E2A

Tints of Sahara #B49E2A

Color information

#B49E2A (or 0xB49E2A) is unknown color: approx Sahara. HEX triplet: B4, 9E and 2A. RGB value is (180,158,42). Sum of RGB (Red+Green+Blue) = 180+158+42=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E2A is #4B61D5. Grayscale: #979797. Windows color (decimal): -4940246 or 2793140. OLE color: 2793140.

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

Color convert

RGB18015842-
CMYK00.120.770.29
HSL50.43º62.16%43.53%-
HSV(B)50.43º76.67%70.59%-
XYZ31.4734.327.16-
YUV151.3566.29148.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 42 (16.80% from 255) = 11.05%
R=47.37%
G=41.58%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801584200.120.770.2950.4362.1643.53
HexB49E2A0C4D1D323e2c
Octal2642365201411535627654
Binary101101001001111010101001100100110111101110010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E2A; }

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

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

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

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

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

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

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

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