#B45970

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

Shades of Blush #B45970

Tints of Blush #B45970

Color information

#B45970 (or 0xB45970) is unknown color: approx Blush. HEX triplet: B4, 59 and 70. RGB value is (180,89,112). Sum of RGB (Red+Green+Blue) = 180+89+112=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B45970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45970 is #4BA68F. Grayscale: #767676. Windows color (decimal): -4957840 or 7362996. OLE color: 7362996.

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

Color convert

RGB18089112-
CMYK00.510.380.29
HSL344.84º37.76%52.75%-
HSV(B)344.84º50.56%70.59%-
XYZ25.3218.0217.47-
YUV118.83124.15171.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=47.24%
G=23.36%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808911200.510.380.29344.8437.7652.75
HexB45970033261D1592635
Octal26413116006346355314665
Binary1011010010110011110000011001110011011101101011001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45970; }

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

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

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

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

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

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

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

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