#B59280

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

Shades of Sandrift #B59280

Tints of Sandrift #B59280

Color information

#B59280 (or 0xB59280) is unknown color: approx Sandrift. HEX triplet: B5, 92 and 80. RGB value is (181,146,128). Sum of RGB (Red+Green+Blue) = 181+146+128=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B59280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59280 is #4A6D7F. Grayscale: #9A9A9A. Windows color (decimal): -4877696 or 8426165. OLE color: 8426165.

HSL color Cylindrical-coordinate representation of color #B59280: hue angle of 20.38º 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 #B59280 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB181146128-
CMYK00.190.290.29
HSL20.38º26.37%60.59%-
HSV(B)20.38º29.28%70.98%-
XYZ33.2331.9424.84-
YUV154.41113.1146.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=39.78%
G=32.09%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114612800.190.290.2920.3826.3760.59
HexB592800131D1D141a3d
Octal2652222000233535243275
Binary10110101100100101000000001001111101111011010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59280; }

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

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

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

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

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

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

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

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