#B1917E

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

Shades of Sandrift #B1917E

Tints of Sandrift #B1917E

Color information

#B1917E (or 0xB1917E) is unknown color: approx Sandrift. HEX triplet: B1, 91 and 7E. RGB value is (177,145,126). Sum of RGB (Red+Green+Blue) = 177+145+126=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1917E is #4E6E81. Grayscale: #989898. Windows color (decimal): -5140098 or 8294833. OLE color: 8294833.

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

Color convert

RGB177145126-
CMYK00.180.290.31
HSL22.35º24.64%59.41%-
HSV(B)22.35º28.81%69.41%-
XYZ32.0231.124.05-
YUV152.4113.1145.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=39.51%
G=32.37%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714512600.180.290.3122.3524.6459.41
HexB1917E0121D1F16193b
Octal2612211760223537263173
Binary1011000110010001111111001001011101111111011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1917E; }

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

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

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

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

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

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

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

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