#B45A70

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

Shades of Blush #B45A70

Tints of Blush #B45A70

Color information

#B45A70 (or 0xB45A70) is unknown color: approx Blush. HEX triplet: B4, 5A and 70. RGB value is (180,90,112). Sum of RGB (Red+Green+Blue) = 180+90+112=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A70 is #4BA58F. Grayscale: #777777. Windows color (decimal): -4957584 or 7363252. OLE color: 7363252.

HSL color Cylindrical-coordinate representation of color #B45A70: hue angle of 345.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A70 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18090112-
CMYK00.500.380.29
HSL345.33º37.5%52.94%-
HSV(B)345.33º50%70.59%-
XYZ25.418.1917.5-
YUV119.42123.82171.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=47.12%
G=23.56%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809011200.500.380.29345.3337.552.94
HexB45A70032261D1592635
Octal26413216006246355314665
Binary1011010010110101110000011001010011011101101011001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A70; }

 p { color: rgb(180,90,112); }

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

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

 a { background-color: rgb(180,90,112); }

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

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

 span { border-color: rgb(180,90,112); }

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