#B44865

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

Shades of Blush #B44865

Tints of Blush #B44865

Color information

#B44865 (or 0xB44865) is unknown color: approx Blush. HEX triplet: B4, 48 and 65. RGB value is (180,72,101). Sum of RGB (Red+Green+Blue) = 180+72+101=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B44865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44865 is #4BB79A. Grayscale: #6B6B6B. Windows color (decimal): -4962203 or 6637748. OLE color: 6637748.

HSL color Cylindrical-coordinate representation of color #B44865: hue angle of 343.89º 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 #B44865 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18072101-
CMYK00.600.440.29
HSL343.89º42.86%49.41%-
HSV(B)343.89º60%70.59%-
XYZ23.4915.2814.02-
YUV107.6124.28179.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=50.99%
G=20.40%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807210100.600.440.29343.8942.8649.41
HexB4486503C2C1D1582b31
Octal26411014507454355305361
Binary1011010010010001100101011110010110011101101011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44865; }

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

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

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

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

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

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

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

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