#B44866

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

Shades of Blush #B44866

Tints of Blush #B44866

Color information

#B44866 (or 0xB44866) is unknown color: approx Blush. HEX triplet: B4, 48 and 66. RGB value is (180,72,102). Sum of RGB (Red+Green+Blue) = 180+72+102=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B44866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44866 is #4BB799. Grayscale: #6B6B6B. Windows color (decimal): -4962202 or 6703284. OLE color: 6703284.

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

Color convert

RGB18072102-
CMYK00.600.430.29
HSL343.33º42.86%49.41%-
HSV(B)343.33º60%70.59%-
XYZ23.5415.314.28-
YUV107.71124.78179.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=50.85%
G=20.34%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807210200.600.430.29343.3342.8649.41
HexB4486603C2B1D1572b31
Octal26411014607453355275361
Binary1011010010010001100110011110010101111101101010111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44866; }

 p { color: rgb(180,72,102); }

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

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

 a { background-color: rgb(180,72,102); }

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

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

 span { border-color: rgb(180,72,102); }

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