#B4556A

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

Shades of Blush #B4556A

Tints of Blush #B4556A

Color information

#B4556A (or 0xB4556A) is unknown color: approx Blush. HEX triplet: B4, 55 and 6A. RGB value is (180,85,106). Sum of RGB (Red+Green+Blue) = 180+85+106=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4556A is #4BAA95. Grayscale: #737373. Windows color (decimal): -4958870 or 6968756. OLE color: 6968756.

HSL color Cylindrical-coordinate representation of color #B4556A: hue angle of 346.74º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4556A is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18085106-
CMYK00.530.410.29
HSL346.74º38.78%51.96%-
HSV(B)346.74º52.78%70.59%-
XYZ24.6717.2415.66-
YUV115.8122.47173.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=48.52%
G=22.91%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808510600.530.410.29346.7438.7851.96
HexB4556A035291D15b2734
Octal26412515206551355334764
Binary1011010010101011101010011010110100111101101011011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4556A; }

 p { color: rgb(180,85,106); }

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

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

 a { background-color: rgb(180,85,106); }

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

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

 span { border-color: rgb(180,85,106); }

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