#B29180

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

Shades of Sandrift #B29180

Tints of Sandrift #B29180

Color information

#B29180 (or 0xB29180) is unknown color: approx Sandrift. HEX triplet: B2, 91 and 80. RGB value is (178,145,128). Sum of RGB (Red+Green+Blue) = 178+145+128=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B29180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29180 is #4D6E7F. Grayscale: #999999. Windows color (decimal): -5074560 or 8425906. OLE color: 8425906.

HSL color Cylindrical-coordinate representation of color #B29180: hue angle of 20.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B29180 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB178145128-
CMYK00.190.280.30
HSL20.4º24.51%60%-
HSV(B)20.4º28.09%69.8%-
XYZ32.3831.2724.75-
YUV152.93113.93145.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.47%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=39.47%
G=32.15%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814512800.190.280.3020.424.5160
HexB291800131C1E14193c
Octal2622212000233436243174
Binary10110010100100011000000001001111100111101010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29180; }

 p { color: rgb(178,145,128); }

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

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

 a { background-color: rgb(178,145,128); }

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

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

 span { border-color: rgb(178,145,128); }

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