#B1977D

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

Shades of Sandrift #B1977D

Tints of Sandrift #B1977D

Color information

#B1977D (or 0xB1977D) is unknown color: approx Sandrift. HEX triplet: B1, 97 and 7D. RGB value is (177,151,125). Sum of RGB (Red+Green+Blue) = 177+151+125=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1977D is #4E6882. Grayscale: #9B9B9B. Windows color (decimal): -5138563 or 8230833. OLE color: 8230833.

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

Color convert

RGB177151125-
CMYK00.150.290.31
HSL30º25%59.22%-
HSV(B)30º29.38%69.41%-
XYZ32.932.9624.03-
YUV155.81110.61143.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=39.07%
G=33.33%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715112500.150.290.31302559.22
HexB1977D0F1D1F1e193b
Octal2612271750173537363173
Binary101100011001011111111010111111101111111111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1977D; }

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

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

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

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

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

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

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

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