#B1977C

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

Shades of Sandrift #B1977C

Tints of Sandrift #B1977C

Color information

#B1977C (or 0xB1977C) is unknown color: approx Sandrift. HEX triplet: B1, 97 and 7C. RGB value is (177,151,124). Sum of RGB (Red+Green+Blue) = 177+151+124=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1977C is #4E6883. Grayscale: #9B9B9B. Windows color (decimal): -5138564 or 8165297. OLE color: 8165297.

HSL color Cylindrical-coordinate representation of color #B1977C: hue angle of 30.57º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1977C is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB177151124-
CMYK00.150.300.31
HSL30.57º25.36%59.02%-
HSV(B)30.57º29.94%69.41%-
XYZ32.8432.9423.7-
YUV155.7110.11143.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 124 (48.83% from 255) = 27.43%
R=39.16%
G=33.41%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715112400.150.300.3130.5725.3659.02
HexB1977C0F1E1F1f193b
Octal2612271740173637373173
Binary101100011001011111111000111111110111111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1977C; }

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

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

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

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

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

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

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

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