#b45556

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

Shades of Hippie Pink #B45556

Tints of Hippie Pink #B45556

Color information

#B45556 (or 0xB45556) is unknown color: approx Hippie Pink. HEX triplet: B4, 55 and 56. RGB value is (180,85,86). Sum of RGB (Red+Green+Blue) = 180+85+86=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B45556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45556 is #4BAAA9. Grayscale: #717171. Windows color (decimal): -4958890 or 5658036. OLE color: 5658036.

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

Color convert

RGB1808586-
CMYK00.530.520.29
HSL359.37º38.78%51.96%-
HSV(B)359.37º52.78%70.59%-
XYZ23.7516.8710.81-
YUV113.52112.47175.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=51.28%
G=24.22%
B=24.50%

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
Decimal180858600.530.520.29359.3738.7851.96
HexB45556035341D1672734
Octal26412512606564355474764
Binary1011010010101011010110011010111010011101101100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45556; }

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

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

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

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

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

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

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

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