#B1977B

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

Shades of Sandrift #B1977B

Tints of Sandrift #B1977B

Color information

#B1977B (or 0xB1977B) is unknown color: approx Sandrift. HEX triplet: B1, 97 and 7B. RGB value is (177,151,123). Sum of RGB (Red+Green+Blue) = 177+151+123=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1977B is #4E6884. Grayscale: #9B9B9B. Windows color (decimal): -5138565 or 8099761. OLE color: 8099761.

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

Color convert

RGB177151123-
CMYK00.150.310.31
HSL31.11º25.71%58.82%-
HSV(B)31.11º30.51%69.41%-
XYZ32.7732.9123.36-
YUV155.58109.61143.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=39.25%
G=33.48%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715112300.150.310.3131.1125.7158.82
HexB1977B0F1F1F1f1a3b
Octal2612271730173737373273
Binary101100011001011111110110111111111111111111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1977B; }

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

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

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

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

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

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

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

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