#B44861

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

Shades of Blush #B44861

Tints of Blush #B44861

Color information

#B44861 (or 0xB44861) is unknown color: approx Blush. HEX triplet: B4, 48 and 61. RGB value is (180,72,97). Sum of RGB (Red+Green+Blue) = 180+72+97=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B44861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44861 is #4BB79E. Grayscale: #6B6B6B. Windows color (decimal): -4962207 or 6375604. OLE color: 6375604.

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

Color convert

RGB1807297-
CMYK00.600.460.29
HSL346.11º42.86%49.41%-
HSV(B)346.11º60%70.59%-
XYZ23.315.213.02-
YUV107.14122.28179.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=51.58%
G=20.63%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180729700.600.460.29346.1142.8649.41
HexB4486103C2E1D15a2b31
Octal26411014107456355325361
Binary1011010010010001100001011110010111011101101011010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44861; }

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

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

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

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

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

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

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

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