#B45659

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

Shades of Hippie Pink #B45659

Tints of Hippie Pink #B45659

Color information

#B45659 (or 0xB45659) is unknown color: approx Hippie Pink. HEX triplet: B4, 56 and 59. RGB value is (180,86,89). Sum of RGB (Red+Green+Blue) = 180+86+89=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B45659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45659 is #4BA9A6. Grayscale: #727272. Windows color (decimal): -4958631 or 5854900. OLE color: 5854900.

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

Color convert

RGB1808689-
CMYK00.520.510.29
HSL358.09º38.52%52.16%-
HSV(B)358.09º52.22%70.59%-
XYZ23.9517.0811.49-
YUV114.45113.64174.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=50.70%
G=24.23%
B=25.07%

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
Decimal180868900.520.510.29358.0938.5252.16
HexB45659034331D1662734
Octal26412613106463355464764
Binary1011010010101101011001011010011001111101101100110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45659; }

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

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

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

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

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

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

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

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