#B49F25

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

Shades of Sahara #B49F25

Tints of Sahara #B49F25

Color information

#B49F25 (or 0xB49F25) is unknown color: approx Sahara. HEX triplet: B4, 9F and 25. RGB value is (180,159,37). Sum of RGB (Red+Green+Blue) = 180+159+37=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F25 is #4B60DA. Grayscale: #979797. Windows color (decimal): -4939995 or 2465716. OLE color: 2465716.

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

Color convert

RGB18015937-
CMYK00.120.790.29
HSL51.19º65.9%42.55%-
HSV(B)51.19º79.44%70.59%-
XYZ31.5534.636.77-
YUV151.3763.46148.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 37 (14.84% from 255) = 9.84%
R=47.87%
G=42.29%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801593700.120.790.2951.1965.942.55
HexB49F250C4F1D33422b
Octal26423745014117356310253
Binary1011010010011111100101011001001111111011100111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F25; }

 p { color: rgb(180,159,37); }

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

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

 a { background-color: rgb(180,159,37); }

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

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

 span { border-color: rgb(180,159,37); }

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