#B4516E

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

Shades of Blush #B4516E

Tints of Blush #B4516E

Color information

#B4516E (or 0xB4516E) is unknown color: approx Blush. HEX triplet: B4, 51 and 6E. RGB value is (180,81,110). Sum of RGB (Red+Green+Blue) = 180+81+110=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4516E is #4BAE91. Grayscale: #717171. Windows color (decimal): -4959890 or 7229876. OLE color: 7229876.

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

Color convert

RGB18081110-
CMYK00.550.390.29
HSL342.42º39.76%51.18%-
HSV(B)342.42º55%70.59%-
XYZ24.5816.7116.68-
YUV113.91125.8175.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=48.52%
G=21.83%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808111000.550.390.29342.4239.7651.18
HexB4516E037271D1562833
Octal26412115606747355265063
Binary1011010010100011101110011011110011111101101010110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4516E; }

 p { color: rgb(180,81,110); }

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

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

 a { background-color: rgb(180,81,110); }

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

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

 span { border-color: rgb(180,81,110); }

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