#B1907F

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

Shades of Sandrift #B1907F

Tints of Sandrift #B1907F

Color information

#B1907F (or 0xB1907F) is unknown color: approx Sandrift. HEX triplet: B1, 90 and 7F. RGB value is (177,144,127). Sum of RGB (Red+Green+Blue) = 177+144+127=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1907F is #4E6F80. Grayscale: #989898. Windows color (decimal): -5140353 or 8360113. OLE color: 8360113.

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

Color convert

RGB177144127-
CMYK00.190.280.31
HSL20.4º24.27%59.61%-
HSV(B)20.4º28.25%69.41%-
XYZ31.9430.8324.35-
YUV151.93113.93145.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 127 (50% from 255) = 28.35%
R=39.51%
G=32.14%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714412700.190.280.3120.424.2759.61
HexB1907F0131C1F14183c
Octal2612201770233437243074
Binary1011000110010000111111101001111100111111010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1907F; }

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

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

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

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

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

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

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

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