#B4516D

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

Shades of Blush #B4516D

Tints of Blush #B4516D

Color information

#B4516D (or 0xB4516D) is unknown color: approx Blush. HEX triplet: B4, 51 and 6D. RGB value is (180,81,109). Sum of RGB (Red+Green+Blue) = 180+81+109=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4516D is #4BAE92. Grayscale: #717171. Windows color (decimal): -4959891 or 7164340. OLE color: 7164340.

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

Color convert

RGB18081109-
CMYK00.550.390.29
HSL343.03º39.76%51.18%-
HSV(B)343.03º55%70.59%-
XYZ24.5316.6916.4-
YUV113.79125.3175.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=48.65%
G=21.89%
B=29.46%

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
Decimal1808110900.550.390.29343.0339.7651.18
HexB4516D037271D1572833
Octal26412115506747355275063
Binary1011010010100011101101011011110011111101101010111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4516D; }

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

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

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

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

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

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

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

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