#B45254

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

Shades of Hippie Pink #B45254

Tints of Hippie Pink #B45254

Color information

#B45254 (or 0xB45254) is unknown color: approx Hippie Pink. HEX triplet: B4, 52 and 54. RGB value is (180,82,84). Sum of RGB (Red+Green+Blue) = 180+82+84=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B45254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45254 is #4BADAB. Grayscale: #6F6F6F. Windows color (decimal): -4959660 or 5526196. OLE color: 5526196.

HSL color Cylindrical-coordinate representation of color #B45254: hue angle of 358.78º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45254 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1808284-
CMYK00.540.530.29
HSL358.78º39.52%51.37%-
HSV(B)358.78º54.44%70.59%-
XYZ23.4416.3810.31-
YUV111.53112.47176.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=52.02%
G=23.70%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180828400.540.530.29358.7839.5251.37
HexB45254036351D1672833
Octal26412212406665355475063
Binary1011010010100101010100011011011010111101101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45254; }

 p { color: rgb(180,82,84); }

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

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

 a { background-color: rgb(180,82,84); }

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

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

 span { border-color: rgb(180,82,84); }

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