#B49225

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

Shades of Sahara #B49225

Tints of Sahara #B49225

Color information

#B49225 (or 0xB49225) is unknown color: approx Sahara. HEX triplet: B4, 92 and 25. RGB value is (180,146,37). Sum of RGB (Red+Green+Blue) = 180+146+37=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B49225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49225 is #4B6DDA. Grayscale: #909090. Windows color (decimal): -4943323 or 2462388. OLE color: 2462388.

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

Color convert

RGB18014637-
CMYK00.190.790.29
HSL45.73º65.9%42.55%-
HSV(B)45.73º79.44%70.59%-
XYZ29.4430.396.07-
YUV143.7467.76153.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 37 (14.84% from 255) = 10.19%
R=49.59%
G=40.22%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801463700.190.790.2945.7365.942.55
HexB492250134F1D2e422b
Octal26422245023117355610253
Binary10110100100100101001010100111001111111011011101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49225; }

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

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

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

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

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

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

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

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