#B45759

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

Shades of Hippie Pink #B45759

Tints of Hippie Pink #B45759

Color information

#B45759 (or 0xB45759) is unknown color: approx Hippie Pink. HEX triplet: B4, 57 and 59. RGB value is (180,87,89). Sum of RGB (Red+Green+Blue) = 180+87+89=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B45759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45759 is #4BA8A6. Grayscale: #737373. Windows color (decimal): -4958375 or 5855156. OLE color: 5855156.

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

Color convert

RGB1808789-
CMYK00.520.510.29
HSL358.71º38.27%52.35%-
HSV(B)358.71º51.67%70.59%-
XYZ24.0317.2411.51-
YUV115.04113.31174.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 89 (35.16% from 255) = 25%
R=50.56%
G=24.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180878900.520.510.29358.7138.2752.35
HexB45759034331D1672634
Octal26412713106463355474664
Binary1011010010101111011001011010011001111101101100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45759; }

 p { color: rgb(180,87,89); }

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

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

 a { background-color: rgb(180,87,89); }

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

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

 span { border-color: rgb(180,87,89); }

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