#B4455F

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

Shades of Hippie Pink #B4455F

Tints of Hippie Pink #B4455F

Color information

#B4455F (or 0xB4455F) is unknown color: approx Hippie Pink. HEX triplet: B4, 45 and 5F. RGB value is (180,69,95). Sum of RGB (Red+Green+Blue) = 180+69+95=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4455F is #4BBAA0. Grayscale: #696969. Windows color (decimal): -4962977 or 6243764. OLE color: 6243764.

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

Color convert

RGB1806995-
CMYK00.620.470.29
HSL345.95º44.58%48.82%-
HSV(B)345.95º61.67%70.59%-
XYZ23.0214.7912.47-
YUV105.15122.27181.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=52.33%
G=20.06%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180699500.620.470.29345.9544.5848.82
HexB4455F03E2F1D15a2d31
Octal26410513707657355325561
Binary1011010010001011011111011111010111111101101011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4455F; }

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

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

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

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

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

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

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

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