#B1566A

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

Shades of Blush #B1566A

Tints of Blush #B1566A

Color information

#B1566A (or 0xB1566A) is unknown color: approx Blush. HEX triplet: B1, 56 and 6A. RGB value is (177,86,106). Sum of RGB (Red+Green+Blue) = 177+86+106=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1566A is #4EA995. Grayscale: #737373. Windows color (decimal): -5155222 or 6969009. OLE color: 6969009.

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

Color convert

RGB17786106-
CMYK00.510.400.31
HSL346.81º36.84%51.57%-
HSV(B)346.81º51.41%69.41%-
XYZ24.0617.0415.66-
YUV115.49122.65171.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=47.97%
G=23.31%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778610600.510.400.31346.8136.8451.57
HexB1566A033281F15b2534
Octal26112615206350375334564
Binary1011000110101101101010011001110100011111101011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1566A; }

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

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

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

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

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

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

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

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