#B44C62

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

Shades of Blush #B44C62

Tints of Blush #B44C62

Color information

#B44C62 (or 0xB44C62) is unknown color: approx Blush. HEX triplet: B4, 4C and 62. RGB value is (180,76,98). Sum of RGB (Red+Green+Blue) = 180+76+98=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C62 is #4BB39D. Grayscale: #6D6D6D. Windows color (decimal): -4961182 or 6442164. OLE color: 6442164.

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

Color convert

RGB1807698-
CMYK00.580.460.29
HSL347.31º40.94%50.2%-
HSV(B)347.31º57.78%70.59%-
XYZ23.6115.7513.35-
YUV109.6121.46178.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=50.85%
G=21.47%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180769800.580.460.29347.3140.9450.2
HexB44C6203A2E1D15b2932
Octal26411414207256355335162
Binary1011010010011001100010011101010111011101101011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C62; }

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

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

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

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

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

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

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

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