#B4516C

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

Shades of Blush #B4516C

Tints of Blush #B4516C

Color information

#B4516C (or 0xB4516C) is unknown color: approx Blush. HEX triplet: B4, 51 and 6C. RGB value is (180,81,108). Sum of RGB (Red+Green+Blue) = 180+81+108=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4516C is #4BAE93. Grayscale: #717171. Windows color (decimal): -4959892 or 7098804. OLE color: 7098804.

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

Color convert

RGB18081108-
CMYK00.550.400.29
HSL343.64º39.76%51.18%-
HSV(B)343.64º55%70.59%-
XYZ24.4716.6716.12-
YUV113.68124.8175.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=48.78%
G=21.95%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808110800.550.400.29343.6439.7651.18
HexB4516C037281D1582833
Octal26412115406750355305063
Binary1011010010100011101100011011110100011101101011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4516C; }

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

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

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

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

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

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

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

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