#B5546B

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

Shades of Blush #B5546B

Tints of Blush #B5546B

Color information

#B5546B (or 0xB5546B) is unknown color: approx Blush. HEX triplet: B5, 54 and 6B. RGB value is (181,84,107). Sum of RGB (Red+Green+Blue) = 181+84+107=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5546B is #4AAB94. Grayscale: #737373. Windows color (decimal): -4893589 or 7034037. OLE color: 7034037.

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

Color convert

RGB18184107-
CMYK00.540.410.29
HSL345.77º39.59%51.96%-
HSV(B)345.77º53.59%70.98%-
XYZ24.8817.2315.92-
YUV115.62123.14174.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=48.66%
G=22.58%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818410700.540.410.29345.7739.5951.96
HexB5546B036291D15a2834
Octal26512415306651355325064
Binary1011010110101001101011011011010100111101101011010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5546B; }

 p { color: rgb(181,84,107); }

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

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

 a { background-color: rgb(181,84,107); }

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

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

 span { border-color: rgb(181,84,107); }

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