#B4454E

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

Shades of Hippie Pink #B4454E

Tints of Hippie Pink #B4454E

Color information

#B4454E (or 0xB4454E) is unknown color: approx Hippie Pink. HEX triplet: B4, 45 and 4E. RGB value is (180,69,78). Sum of RGB (Red+Green+Blue) = 180+69+78=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4454E is #4BBAB1. Grayscale: #676767. Windows color (decimal): -4962994 or 5129652. OLE color: 5129652.

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

Color convert

RGB1806978-
CMYK00.620.570.29
HSL355.14º44.58%48.82%-
HSV(B)355.14º61.67%70.59%-
XYZ22.3314.518.83-
YUV103.22113.77182.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=55.05%
G=21.10%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180697800.620.570.29355.1444.5848.82
HexB4454E03E391D1632d31
Octal26410511607671355435561
Binary1011010010001011001110011111011100111101101100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4454E; }

 p { color: rgb(180,69,78); }

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

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

 a { background-color: rgb(180,69,78); }

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

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

 span { border-color: rgb(180,69,78); }

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