#B1927F

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

Shades of Sandrift #B1927F

Tints of Sandrift #B1927F

Color information

#B1927F (or 0xB1927F) is unknown color: approx Sandrift. HEX triplet: B1, 92 and 7F. RGB value is (177,146,127). Sum of RGB (Red+Green+Blue) = 177+146+127=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1927F is #4E6D80. Grayscale: #999999. Windows color (decimal): -5139841 or 8360625. OLE color: 8360625.

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

Color convert

RGB177146127-
CMYK00.180.280.31
HSL22.8º24.27%59.61%-
HSV(B)22.8º28.25%69.41%-
XYZ32.2431.4424.45-
YUV153.1113.27145.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 127 (50% from 255) = 28.22%
R=39.33%
G=32.44%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714612700.180.280.3122.824.2759.61
HexB1927F0121C1F17183c
Octal2612221770223437273074
Binary1011000110010010111111101001011100111111011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1927F; }

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

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

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

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

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

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

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

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