#B59080

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

Shades of Sandrift #B59080

Tints of Sandrift #B59080

Color information

#B59080 (or 0xB59080) is unknown color: approx Sandrift. HEX triplet: B5, 90 and 80. RGB value is (181,144,128). Sum of RGB (Red+Green+Blue) = 181+144+128=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B59080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59080 is #4A6F7F. Grayscale: #999999. Windows color (decimal): -4878208 or 8425653. OLE color: 8425653.

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

Color convert

RGB181144128-
CMYK00.200.290.29
HSL18.11º26.37%60.59%-
HSV(B)18.11º29.28%70.98%-
XYZ32.9331.3324.73-
YUV153.24113.76147.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=39.96%
G=31.79%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114412800.200.290.2918.1126.3760.59
HexB590800141D1D121a3d
Octal2652202000243535223275
Binary10110101100100001000000001010011101111011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59080; }

 p { color: rgb(181,144,128); }

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

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

 a { background-color: rgb(181,144,128); }

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

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

 span { border-color: rgb(181,144,128); }

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