#B45456

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

Shades of Hippie Pink #B45456

Tints of Hippie Pink #B45456

Color information

#B45456 (or 0xB45456) is unknown color: approx Hippie Pink. HEX triplet: B4, 54 and 56. RGB value is (180,84,86). Sum of RGB (Red+Green+Blue) = 180+84+86=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B45456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45456 is #4BABA9. Grayscale: #717171. Windows color (decimal): -4959146 or 5657780. OLE color: 5657780.

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

Color convert

RGB1808486-
CMYK00.530.520.29
HSL358.75º39.02%51.76%-
HSV(B)358.75º53.33%70.59%-
XYZ23.6716.7210.78-
YUV112.93112.8175.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=51.43%
G=24%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180848600.530.520.29358.7539.0251.76
HexB45456035341D1672734
Octal26412412606564355474764
Binary1011010010101001010110011010111010011101101100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45456; }

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

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

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

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

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

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

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

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