#B59675

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

Shades of Sandrift #B59675

Tints of Sandrift #B59675

Color information

#B59675 (or 0xB59675) is unknown color: approx Sandrift. HEX triplet: B5, 96 and 75. RGB value is (181,150,117). Sum of RGB (Red+Green+Blue) = 181+150+117=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B59675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59675 is #4A698A. Grayscale: #9B9B9B. Windows color (decimal): -4876683 or 7706293. OLE color: 7706293.

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

Color convert

RGB181150117-
CMYK00.170.350.29
HSL30.94º30.19%58.43%-
HSV(B)30.94º35.36%70.98%-
XYZ33.1732.9221.44-
YUV155.51106.27146.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=40.40%
G=33.48%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115011700.170.350.2930.9430.1958.43
HexB59675011231D1f1e3a
Octal2652261650214335373672
Binary10110101100101101110101010001100011111011111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59675; }

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

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

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

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

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

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

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

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