#B29527

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

Shades of Sahara #B29527

Tints of Sahara #B29527

Color information

#B29527 (or 0xB29527) is unknown color: approx Sahara. HEX triplet: B2, 95 and 27. RGB value is (178,149,39). Sum of RGB (Red+Green+Blue) = 178+149+39=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B29527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29527 is #4D6AD8. Grayscale: #919191. Windows color (decimal): -5073625 or 2594226. OLE color: 2594226.

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

Color convert

RGB17814939-
CMYK00.160.780.30
HSL47.48º64.06%42.55%-
HSV(B)47.48º78.09%69.8%-
XYZ29.4731.116.37-
YUV145.1368.11151.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 39 (15.62% from 255) = 10.66%
R=48.63%
G=40.71%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781493900.160.780.3047.4864.0642.55
HexB295270104E1E2f402b
Octal26222547020116365710053
Binary10110010100101011001110100001001110111101011111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29527; }

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

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

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

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

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

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

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

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