#B5917C

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

Shades of Sandrift #B5917C

Tints of Sandrift #B5917C

Color information

#B5917C (or 0xB5917C) is unknown color: approx Sandrift. HEX triplet: B5, 91 and 7C. RGB value is (181,145,124). Sum of RGB (Red+Green+Blue) = 181+145+124=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5917C is #4A6E83. Grayscale: #999999. Windows color (decimal): -4877956 or 8163765. OLE color: 8163765.

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

Color convert

RGB181145124-
CMYK00.200.310.29
HSL22.11º27.8%59.8%-
HSV(B)22.11º31.49%70.98%-
XYZ32.8231.5323.42-
YUV153.37111.43147.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=40.22%
G=32.22%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114512400.200.310.2922.1127.859.8
HexB5917C0141F1D161c3c
Octal2652211740243735263474
Binary1011010110010001111110001010011111111011011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5917C; }

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

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

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

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

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

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

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

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