#B44562

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

Shades of Blush #B44562

Tints of Blush #B44562

Color information

#B44562 (or 0xB44562) is unknown color: approx Blush. HEX triplet: B4, 45 and 62. RGB value is (180,69,98). Sum of RGB (Red+Green+Blue) = 180+69+98=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B44562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44562 is #4BBA9D. Grayscale: #696969. Windows color (decimal): -4962974 or 6440372. OLE color: 6440372.

HSL color Cylindrical-coordinate representation of color #B44562: hue angle of 344.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44562 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1806998-
CMYK00.620.460.29
HSL344.32º44.58%48.82%-
HSV(B)344.32º61.67%70.59%-
XYZ23.1614.8413.2-
YUV105.5123.77181.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=51.87%
G=19.88%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180699800.620.460.29344.3244.5848.82
HexB4456203E2E1D1582d31
Octal26410514207656355305561
Binary1011010010001011100010011111010111011101101011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44562; }

 p { color: rgb(180,69,98); }

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

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

 a { background-color: rgb(180,69,98); }

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

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

 span { border-color: rgb(180,69,98); }

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