#B1997D

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

Shades of Sandrift #B1997D

Tints of Sandrift #B1997D

Color information

#B1997D (or 0xB1997D) is unknown color: approx Sandrift. HEX triplet: B1, 99 and 7D. RGB value is (177,153,125). Sum of RGB (Red+Green+Blue) = 177+153+125=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1997D is #4E6682. Grayscale: #9D9D9D. Windows color (decimal): -5138051 or 8231345. OLE color: 8231345.

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

Color convert

RGB177153125-
CMYK00.140.290.31
HSL32.31º25%59.22%-
HSV(B)32.31º29.38%69.41%-
XYZ33.2233.6124.14-
YUV156.98109.95142.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=38.90%
G=33.63%
B=27.47%

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
Decimal17715312500.140.290.3132.312559.22
HexB1997D0E1D1F20193b
Octal2612311750163537403173
Binary1011000110011001111110101110111011111110000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1997D; }

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

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

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

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

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

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

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

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