#B59475

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

Shades of Sandrift #B59475

Tints of Sandrift #B59475

Color information

#B59475 (or 0xB59475) is unknown color: approx Sandrift. HEX triplet: B5, 94 and 75. RGB value is (181,148,117). Sum of RGB (Red+Green+Blue) = 181+148+117=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B59475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59475 is #4A6B8A. Grayscale: #9A9A9A. Windows color (decimal): -4877195 or 7705781. OLE color: 7705781.

HSL color Cylindrical-coordinate representation of color #B59475: hue angle of 29.06º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B59475 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB181148117-
CMYK00.180.350.29
HSL29.06º30.19%58.43%-
HSV(B)29.06º35.36%70.98%-
XYZ32.8632.2921.33-
YUV154.33106.93147.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=40.58%
G=33.18%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114811700.180.350.2929.0630.1958.43
HexB59475012231D1d1e3a
Octal2652241650224335353672
Binary10110101100101001110101010010100011111011110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59475; }

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

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

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

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

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

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

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

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