#B44962

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

Shades of Blush #B44962

Tints of Blush #B44962

Color information

#B44962 (or 0xB44962) is unknown color: approx Blush. HEX triplet: B4, 49 and 62. RGB value is (180,73,98). Sum of RGB (Red+Green+Blue) = 180+73+98=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B44962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44962 is #4BB69D. Grayscale: #6B6B6B. Windows color (decimal): -4961950 or 6441396. OLE color: 6441396.

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

Color convert

RGB1807398-
CMYK00.590.460.29
HSL345.98º42.29%49.61%-
HSV(B)345.98º59.44%70.59%-
XYZ23.4115.3513.28-
YUV107.84122.45179.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 98 (38.67% from 255) = 27.92%
R=51.28%
G=20.80%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180739800.590.460.29345.9842.2949.61
HexB4496203B2E1D15a2a32
Octal26411114207356355325262
Binary1011010010010011100010011101110111011101101011010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44962; }

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

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

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

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

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

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

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

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