#B59375

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

Shades of Sandrift #B59375

Tints of Sandrift #B59375

Color information

#B59375 (or 0xB59375) is unknown color: approx Sandrift. HEX triplet: B5, 93 and 75. RGB value is (181,147,117). Sum of RGB (Red+Green+Blue) = 181+147+117=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B59375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59375 is #4A6C8A. Grayscale: #999999. Windows color (decimal): -4877451 or 7705525. OLE color: 7705525.

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

Color convert

RGB181147117-
CMYK00.190.350.29
HSL28.13º30.19%58.43%-
HSV(B)28.13º35.36%70.98%-
XYZ32.731.9821.28-
YUV153.75107.26147.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=40.67%
G=33.03%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114711700.190.350.2928.1330.1958.43
HexB59375013231D1c1e3a
Octal2652231650234335343672
Binary10110101100100111110101010011100011111011110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59375; }

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

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

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

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

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

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

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

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