#B5977C

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

Shades of Sandrift #B5977C

Tints of Sandrift #B5977C

Color information

#B5977C (or 0xB5977C) is unknown color: approx Sandrift. HEX triplet: B5, 97 and 7C. RGB value is (181,151,124). Sum of RGB (Red+Green+Blue) = 181+151+124=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5977C is #4A6883. Grayscale: #9D9D9D. Windows color (decimal): -4876420 or 8165301. OLE color: 8165301.

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

Color convert

RGB181151124-
CMYK00.170.310.29
HSL28.42º27.8%59.8%-
HSV(B)28.42º31.49%70.98%-
XYZ33.7633.4123.74-
YUV156.89109.44145.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 124 (48.83% from 255) = 27.19%
R=39.69%
G=33.11%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115112400.170.310.2928.4227.859.8
HexB5977C0111F1D1c1c3c
Octal2652271740213735343474
Binary1011010110010111111110001000111111111011110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5977C; }

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

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

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

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

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

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

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

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