#B29178

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

Shades of Sandrift #B29178

Tints of Sandrift #B29178

Color information

#B29178 (or 0xB29178) is unknown color: approx Sandrift. HEX triplet: B2, 91 and 78. RGB value is (178,145,120). Sum of RGB (Red+Green+Blue) = 178+145+120=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B29178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29178 is #4D6E87. Grayscale: #989898. Windows color (decimal): -5074568 or 7901618. OLE color: 7901618.

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

Color convert

RGB178145120-
CMYK00.190.330.30
HSL25.86º27.36%58.43%-
HSV(B)25.86º32.58%69.8%-
XYZ31.8831.0722.09-
YUV152.02109.93146.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=40.18%
G=32.73%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814512000.190.330.3025.8627.3658.43
HexB29178013211E1a1b3a
Octal2622211700234136323372
Binary10110010100100011111000010011100001111101101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29178; }

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

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

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

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

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

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

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

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