#B59480

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

Shades of Sandrift #B59480

Tints of Sandrift #B59480

Color information

#B59480 (or 0xB59480) is unknown color: approx Sandrift. HEX triplet: B5, 94 and 80. RGB value is (181,148,128). Sum of RGB (Red+Green+Blue) = 181+148+128=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B59480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59480 is #4A6B7F. Grayscale: #9B9B9B. Windows color (decimal): -4877184 or 8426677. OLE color: 8426677.

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

Color convert

RGB181148128-
CMYK00.180.290.29
HSL22.64º26.37%60.59%-
HSV(B)22.64º29.28%70.98%-
XYZ33.5432.5624.94-
YUV155.59112.43146.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=39.61%
G=32.39%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114812800.180.290.2922.6426.3760.59
HexB594800121D1D171a3d
Octal2652242000223535273275
Binary10110101100101001000000001001011101111011011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59480; }

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

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

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

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

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

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

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

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