#B1997E

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

Shades of Sandrift #B1997E

Tints of Sandrift #B1997E

Color information

#B1997E (or 0xB1997E) is unknown color: approx Sandrift. HEX triplet: B1, 99 and 7E. RGB value is (177,153,126). Sum of RGB (Red+Green+Blue) = 177+153+126=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B1997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1997E is #4E6681. Grayscale: #9D9D9D. Windows color (decimal): -5138050 or 8296881. OLE color: 8296881.

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

Color convert

RGB177153126-
CMYK00.140.290.31
HSL31.76º24.64%59.41%-
HSV(B)31.76º28.81%69.41%-
XYZ33.2933.6424.48-
YUV157.1110.45142.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=38.82%
G=33.55%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715312600.140.290.3131.7624.6459.41
HexB1997E0E1D1F20193b
Octal2612311760163537403173
Binary1011000110011001111111001110111011111110000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1997E; }

 p { color: rgb(177,153,126); }

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

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

 a { background-color: rgb(177,153,126); }

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

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

 span { border-color: rgb(177,153,126); }

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