#B1566C

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

Shades of Blush #B1566C

Tints of Blush #B1566C

Color information

#B1566C (or 0xB1566C) is unknown color: approx Blush. HEX triplet: B1, 56 and 6C. RGB value is (177,86,108). Sum of RGB (Red+Green+Blue) = 177+86+108=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1566C is #4EA993. Grayscale: #737373. Windows color (decimal): -5155220 or 7100081. OLE color: 7100081.

HSL color Cylindrical-coordinate representation of color #B1566C: hue angle of 345.49º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1566C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17786108-
CMYK00.510.390.31
HSL345.49º36.84%51.57%-
HSV(B)345.49º51.41%69.41%-
XYZ24.1717.0916.21-
YUV115.72123.65171.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=47.71%
G=23.18%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778610800.510.390.31345.4936.8451.57
HexB1566C033271F1592534
Octal26112615406347375314564
Binary1011000110101101101100011001110011111111101011001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1566C; }

 p { color: rgb(177,86,108); }

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

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

 a { background-color: rgb(177,86,108); }

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

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

 span { border-color: rgb(177,86,108); }

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