#B59374

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

Shades of Sandrift #B59374

Tints of Sandrift #B59374

Color information

#B59374 (or 0xB59374) is unknown color: approx Sandrift. HEX triplet: B5, 93 and 74. RGB value is (181,147,116). Sum of RGB (Red+Green+Blue) = 181+147+116=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B59374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59374 is #4A6C8B. Grayscale: #999999. Windows color (decimal): -4877452 or 7639989. OLE color: 7639989.

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

Color convert

RGB181147116-
CMYK00.190.360.29
HSL28.62º30.52%58.24%-
HSV(B)28.62º35.91%70.98%-
XYZ32.6431.9520.97-
YUV153.63106.76147.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=40.77%
G=33.11%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114711600.190.360.2928.6230.5258.24
HexB59374013241D1d1f3a
Octal2652231640234435353772
Binary10110101100100111110100010011100100111011110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59374; }

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

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

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

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

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

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

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

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