#B1927C

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

Shades of Sandrift #B1927C

Tints of Sandrift #B1927C

Color information

#B1927C (or 0xB1927C) is unknown color: approx Sandrift. HEX triplet: B1, 92 and 7C. RGB value is (177,146,124). Sum of RGB (Red+Green+Blue) = 177+146+124=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1927C is #4E6D83. Grayscale: #989898. Windows color (decimal): -5139844 or 8164017. OLE color: 8164017.

HSL color Cylindrical-coordinate representation of color #B1927C: hue angle of 24.91º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1927C is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB177146124-
CMYK00.180.300.31
HSL24.91º25.36%59.02%-
HSV(B)24.91º29.94%69.41%-
XYZ32.0531.3623.43-
YUV152.76111.77145.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=39.60%
G=32.66%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714612400.180.300.3124.9125.3659.02
HexB1927C0121E1F19193b
Octal2612221740223637313173
Binary1011000110010010111110001001011110111111100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1927C; }

 p { color: rgb(177,146,124); }

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

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

 a { background-color: rgb(177,146,124); }

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

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

 span { border-color: rgb(177,146,124); }

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