#B1917B

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

Shades of Sandrift #B1917B

Tints of Sandrift #B1917B

Color information

#B1917B (or 0xB1917B) is unknown color: approx Sandrift. HEX triplet: B1, 91 and 7B. RGB value is (177,145,123). Sum of RGB (Red+Green+Blue) = 177+145+123=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1917B is #4E6E84. Grayscale: #989898. Windows color (decimal): -5140101 or 8098225. OLE color: 8098225.

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

Color convert

RGB177145123-
CMYK00.180.310.31
HSL24.44º25.71%58.82%-
HSV(B)24.44º30.51%69.41%-
XYZ31.8331.0323.05-
YUV152.06111.6145.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=39.78%
G=32.58%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714512300.180.310.3124.4425.7158.82
HexB1917B0121F1F181a3b
Octal2612211730223737303273
Binary1011000110010001111101101001011111111111100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1917B; }

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

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

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

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

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

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

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

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