#B29585

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

Shades of Sandrift #B29585

Tints of Sandrift #B29585

Color information

#B29585 (or 0xB29585) is unknown color: approx Sandrift. HEX triplet: B2, 95 and 85. RGB value is (178,149,133). Sum of RGB (Red+Green+Blue) = 178+149+133=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B29585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29585 is #4D6A7A. Grayscale: #9B9B9B. Windows color (decimal): -5073531 or 8754610. OLE color: 8754610.

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

Color convert

RGB178149133-
CMYK00.160.250.30
HSL21.33º22.61%60.98%-
HSV(B)21.33º25.28%69.8%-
XYZ33.3432.6526.74-
YUV155.85115.11143.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=38.70%
G=32.39%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814913300.160.250.3021.3322.6160.98
HexB29585010191E15173d
Octal2622252050203136252775
Binary10110010100101011000010101000011001111101010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29585; }

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

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

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

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

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

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

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

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