#B49327

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

Shades of Sahara #B49327

Tints of Sahara #B49327

Color information

#B49327 (or 0xB49327) is unknown color: approx Sahara. HEX triplet: B4, 93 and 27. RGB value is (180,147,39). Sum of RGB (Red+Green+Blue) = 180+147+39=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B49327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49327 is #4B6CD8. Grayscale: #919191. Windows color (decimal): -4943065 or 2593716. OLE color: 2593716.

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

Color convert

RGB18014739-
CMYK00.180.780.29
HSL45.96º64.38%42.94%-
HSV(B)45.96º78.33%70.59%-
XYZ29.6230.726.29-
YUV144.5668.43153.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 39 (15.62% from 255) = 10.66%
R=49.18%
G=40.16%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801473900.180.780.2945.9664.3842.94
HexB493270124E1D2e402b
Octal26422347022116355610053
Binary10110100100100111001110100101001110111011011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49327; }

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

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

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

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

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

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

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

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