#B29227

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

Shades of Sahara #B29227

Tints of Sahara #B29227

Color information

#B29227 (or 0xB29227) is unknown color: approx Sahara. HEX triplet: B2, 92 and 27. RGB value is (178,146,39). Sum of RGB (Red+Green+Blue) = 178+146+39=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B29227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29227 is #4D6DD8. Grayscale: #8F8F8F. Windows color (decimal): -5074393 or 2593458. OLE color: 2593458.

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

Color convert

RGB17814639-
CMYK00.180.780.30
HSL46.19º64.06%42.55%-
HSV(B)46.19º78.09%69.8%-
XYZ29.0130.176.21-
YUV143.3769.1152.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 39 (15.62% from 255) = 10.74%
R=49.04%
G=40.22%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781463900.180.780.3046.1964.0642.55
HexB292270124E1E2e402b
Octal26222247022116365610053
Binary10110010100100101001110100101001110111101011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29227; }

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

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

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

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

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

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

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

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