#B59878

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

Shades of Sandrift #B59878

Tints of Sandrift #B59878

Color information

#B59878 (or 0xB59878) is unknown color: approx Sandrift. HEX triplet: B5, 98 and 78. RGB value is (181,152,120). Sum of RGB (Red+Green+Blue) = 181+152+120=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B59878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59878 is #4A6787. Grayscale: #9D9D9D. Windows color (decimal): -4876168 or 7903413. OLE color: 7903413.

HSL color Cylindrical-coordinate representation of color #B59878: hue angle of 31.48º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59878 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181152120-
CMYK00.160.340.29
HSL31.48º29.19%59.02%-
HSV(B)31.48º33.7%70.98%-
XYZ33.6733.6422.49-
YUV157.02107.11145.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=39.96%
G=33.55%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115212000.160.340.2931.4829.1959.02
HexB59878010221D1f1d3b
Octal2652301700204235373573
Binary10110101100110001111000010000100010111011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59878; }

 p { color: rgb(181,152,120); }

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

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

 a { background-color: rgb(181,152,120); }

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

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

 span { border-color: rgb(181,152,120); }

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