#B29831

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

Shades of Sahara #B29831

Tints of Sahara #B29831

Color information

#B29831 (or 0xB29831) is unknown color: approx Sahara. HEX triplet: B2, 98 and 31. RGB value is (178,152,49). Sum of RGB (Red+Green+Blue) = 178+152+49=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B29831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29831 is #4D67CE. Grayscale: #949494. Windows color (decimal): -5072847 or 3250354. OLE color: 3250354.

HSL color Cylindrical-coordinate representation of color #B29831: hue angle of 47.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B29831 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17815249-
CMYK00.150.720.30
HSL47.91º56.83%44.51%-
HSV(B)47.91º72.47%69.8%-
XYZ30.1432.147.52-
YUV148.0372.11149.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 49 (19.53% from 255) = 12.93%
R=46.97%
G=40.11%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781524900.150.720.3047.9156.8344.51
HexB298310F481E30392d
Octal2622306101711036607155
Binary101100101001100011000101111100100011110110000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29831; }

 p { color: rgb(178,152,49); }

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

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

 a { background-color: rgb(178,152,49); }

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

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

 span { border-color: rgb(178,152,49); }

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