#B1556C

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

Shades of Blush #B1556C

Tints of Blush #B1556C

Color information

#B1556C (or 0xB1556C) is unknown color: approx Blush. HEX triplet: B1, 55 and 6C. RGB value is (177,85,108). Sum of RGB (Red+Green+Blue) = 177+85+108=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1556C is #4EAA93. Grayscale: #737373. Windows color (decimal): -5155476 or 7099825. OLE color: 7099825.

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

Color convert

RGB17785108-
CMYK00.520.390.31
HSL345º37.1%51.37%-
HSV(B)345º51.98%69.41%-
XYZ24.0916.9316.19-
YUV115.13123.98172.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=47.84%
G=22.97%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778510800.520.390.3134537.151.37
HexB1556C034271F1592533
Octal26112515406447375314563
Binary1011000110101011101100011010010011111111101011001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1556C; }

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

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

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

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

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

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

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

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