#B29873

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

Shades of Sandrift #B29873

Tints of Sandrift #B29873

Color information

#B29873 (or 0xB29873) is unknown color: approx Sandrift. HEX triplet: B2, 98 and 73. RGB value is (178,152,115). Sum of RGB (Red+Green+Blue) = 178+152+115=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B29873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29873 is #4D678C. Grayscale: #9B9B9B. Windows color (decimal): -5072781 or 7575730. OLE color: 7575730.

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

Color convert

RGB178152115-
CMYK00.150.350.30
HSL35.24º29.03%57.45%-
HSV(B)35.24º35.39%69.8%-
XYZ32.6833.1620.9-
YUV155.56105.11144.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=40%
G=34.16%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815211500.150.350.3035.2429.0357.45
HexB298730F231E231d39
Octal2622301630174336433571
Binary10110010100110001110011011111000111111010001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29873; }

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

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

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

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

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

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

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

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