#B49227

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

Shades of Sahara #B49227

Tints of Sahara #B49227

Color information

#B49227 (or 0xB49227) is unknown color: approx Sahara. HEX triplet: B4, 92 and 27. RGB value is (180,146,39). Sum of RGB (Red+Green+Blue) = 180+146+39=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B49227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49227 is #4B6DD8. Grayscale: #909090. Windows color (decimal): -4943321 or 2593460. OLE color: 2593460.

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

Color convert

RGB18014639-
CMYK00.190.780.29
HSL45.53º64.38%42.94%-
HSV(B)45.53º78.33%70.59%-
XYZ29.4730.416.24-
YUV143.9768.76153.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 39 (15.62% from 255) = 10.68%
R=49.32%
G=40%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801463900.190.780.2945.5364.3842.94
HexB492270134E1D2e402b
Octal26422247023116355610053
Binary10110100100100101001110100111001110111011011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49227; }

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

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

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

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

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

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

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

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