#B59174

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

Shades of Sandrift #B59174

Tints of Sandrift #B59174

Color information

#B59174 (or 0xB59174) is unknown color: approx Sandrift. HEX triplet: B5, 91 and 74. RGB value is (181,145,116). Sum of RGB (Red+Green+Blue) = 181+145+116=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B59174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59174 is #4A6E8B. Grayscale: #989898. Windows color (decimal): -4877964 or 7639477. OLE color: 7639477.

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

Color convert

RGB181145116-
CMYK00.200.360.29
HSL26.77º30.52%58.24%-
HSV(B)26.77º35.91%70.98%-
XYZ32.3331.3420.87-
YUV152.46107.43148.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=40.95%
G=32.81%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114511600.200.360.2926.7730.5258.24
HexB59174014241D1b1f3a
Octal2652211640244435333772
Binary10110101100100011110100010100100100111011101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59174; }

 p { color: rgb(181,145,116); }

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

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

 a { background-color: rgb(181,145,116); }

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

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

 span { border-color: rgb(181,145,116); }

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