#B5556D

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

Shades of Blush #B5556D

Tints of Blush #B5556D

Color information

#B5556D (or 0xB5556D) is unknown color: approx Blush. HEX triplet: B5, 55 and 6D. RGB value is (181,85,109). Sum of RGB (Red+Green+Blue) = 181+85+109=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5556D is #4AAA92. Grayscale: #747474. Windows color (decimal): -4893331 or 7165365. OLE color: 7165365.

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

Color convert

RGB18185109-
CMYK00.530.400.29
HSL345º39.34%52.16%-
HSV(B)345º53.04%70.98%-
XYZ25.0617.4216.51-
YUV116.44123.8174.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=48.27%
G=22.67%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818510900.530.400.2934539.3452.16
HexB5556D035281D1592734
Octal26512515506550355314764
Binary1011010110101011101101011010110100011101101011001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5556D; }

 p { color: rgb(181,85,109); }

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

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

 a { background-color: rgb(181,85,109); }

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

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

 span { border-color: rgb(181,85,109); }

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