#B1957F

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

Shades of Sandrift #B1957F

Tints of Sandrift #B1957F

Color information

#B1957F (or 0xB1957F) is unknown color: approx Sandrift. HEX triplet: B1, 95 and 7F. RGB value is (177,149,127). Sum of RGB (Red+Green+Blue) = 177+149+127=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1957F is #4E6A80. Grayscale: #9A9A9A. Windows color (decimal): -5139073 or 8361393. OLE color: 8361393.

HSL color Cylindrical-coordinate representation of color #B1957F: hue angle of 26.4º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1957F is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB177149127-
CMYK00.160.280.31
HSL26.4º24.27%59.61%-
HSV(B)26.4º28.25%69.41%-
XYZ32.7132.3724.6-
YUV154.86112.28143.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 127 (50% from 255) = 28.04%
R=39.07%
G=32.89%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714912700.160.280.3126.424.2759.61
HexB1957F0101C1F1a183c
Octal2612251770203437323074
Binary1011000110010101111111101000011100111111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1957F; }

 p { color: rgb(177,149,127); }

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

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

 a { background-color: rgb(177,149,127); }

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

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

 span { border-color: rgb(177,149,127); }

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