#B49A28

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

Shades of Sahara #B49A28

Tints of Sahara #B49A28

Color information

#B49A28 (or 0xB49A28) is unknown color: approx Sahara. HEX triplet: B4, 9A and 28. RGB value is (180,154,40). Sum of RGB (Red+Green+Blue) = 180+154+40=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A28 is #4B65D7. Grayscale: #959595. Windows color (decimal): -4941272 or 2661044. OLE color: 2661044.

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

Color convert

RGB18015440-
CMYK00.140.780.29
HSL48.86º63.64%43.14%-
HSV(B)48.86º77.78%70.59%-
XYZ30.7632.976.75-
YUV148.7866.61150.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 40 (16.02% from 255) = 10.70%
R=48.13%
G=41.18%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801544000.140.780.2948.8663.6443.14
HexB49A280E4E1D31402b
Octal26423250016116356110053
Binary1011010010011010101000011101001110111011100011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A28; }

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

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

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

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

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

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

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

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