#B4454D

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

Shades of Hippie Pink #B4454D

Tints of Hippie Pink #B4454D

Color information

#B4454D (or 0xB4454D) is unknown color: approx Hippie Pink. HEX triplet: B4, 45 and 4D. RGB value is (180,69,77). Sum of RGB (Red+Green+Blue) = 180+69+77=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4454D is #4BBAB2. Grayscale: #676767. Windows color (decimal): -4962995 or 5064116. OLE color: 5064116.

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

Color convert

RGB1806977-
CMYK00.620.570.29
HSL355.68º44.58%48.82%-
HSV(B)355.68º61.67%70.59%-
XYZ22.2914.58.64-
YUV103.1113.27182.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=55.21%
G=21.17%
B=23.62%

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
Decimal180697700.620.570.29355.6844.5848.82
HexB4454D03E391D1642d31
Octal26410511507671355445561
Binary1011010010001011001101011111011100111101101100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4454D; }

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

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

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

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

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

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

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

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