#B45255

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

Shades of Hippie Pink #B45255

Tints of Hippie Pink #B45255

Color information

#B45255 (or 0xB45255) is unknown color: approx Hippie Pink. HEX triplet: B4, 52 and 55. RGB value is (180,82,85). Sum of RGB (Red+Green+Blue) = 180+82+85=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B45255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45255 is #4BADAA. Grayscale: #6F6F6F. Windows color (decimal): -4959659 or 5591732. OLE color: 5591732.

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

Color convert

RGB1808285-
CMYK00.540.530.29
HSL358.16º39.52%51.37%-
HSV(B)358.16º54.44%70.59%-
XYZ23.4816.3910.52-
YUV111.64112.97176.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=51.87%
G=23.63%
B=24.50%

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
Decimal180828500.540.530.29358.1639.5251.37
HexB45255036351D1662833
Octal26412212506665355465063
Binary1011010010100101010101011011011010111101101100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45255; }

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

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

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

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

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

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

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

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