#B44867

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

Shades of Blush #B44867

Tints of Blush #B44867

Color information

#B44867 (or 0xB44867) is unknown color: approx Blush. HEX triplet: B4, 48 and 67. RGB value is (180,72,103). Sum of RGB (Red+Green+Blue) = 180+72+103=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B44867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44867 is #4BB798. Grayscale: #6B6B6B. Windows color (decimal): -4962201 or 6768820. OLE color: 6768820.

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

Color convert

RGB18072103-
CMYK00.600.430.29
HSL342.78º42.86%49.41%-
HSV(B)342.78º60%70.59%-
XYZ23.5915.3214.55-
YUV107.83125.28179.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=50.70%
G=20.28%
B=29.01%

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
Decimal1807210300.600.430.29342.7842.8649.41
HexB4486703C2B1D1572b31
Octal26411014707453355275361
Binary1011010010010001100111011110010101111101101010111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44867; }

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

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

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

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

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

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

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

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