#B0454A

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

Shades of Hippie Pink #B0454A

Tints of Hippie Pink #B0454A

Color information

#B0454A (or 0xB0454A) is unknown color: approx Hippie Pink. HEX triplet: B0, 45 and 4A. RGB value is (176,69,74). Sum of RGB (Red+Green+Blue) = 176+69+74=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0454A is #4FBAB5. Grayscale: #656565. Windows color (decimal): -5225142 or 4867504. OLE color: 4867504.

HSL color Cylindrical-coordinate representation of color #B0454A: hue angle of 357.2º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0454A is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1766974-
CMYK00.610.580.31
HSL357.2º43.67%48.04%-
HSV(B)357.2º60.8%69.02%-
XYZ21.2713.988.06-
YUV101.56112.45181.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.17%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=55.17%
G=21.63%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176697400.610.580.31357.243.6748.04
HexB0454A03D3A1F1652c30
Octal26010511207572375455460
Binary1011000010001011001010011110111101011111101100101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0454A; }

 p { color: rgb(176,69,74); }

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

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

 a { background-color: rgb(176,69,74); }

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

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

 span { border-color: rgb(176,69,74); }

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