#B4565A

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

Shades of Hippie Pink #B4565A

Tints of Hippie Pink #B4565A

Color information

#B4565A (or 0xB4565A) is unknown color: approx Hippie Pink. HEX triplet: B4, 56 and 5A. RGB value is (180,86,90). Sum of RGB (Red+Green+Blue) = 180+86+90=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4565A is #4BA9A5. Grayscale: #727272. Windows color (decimal): -4958630 or 5920436. OLE color: 5920436.

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

Color convert

RGB1808690-
CMYK00.520.500.29
HSL357.45º38.52%52.16%-
HSV(B)357.45º52.22%70.59%-
XYZ2417.111.71-
YUV114.56114.14174.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=50.56%
G=24.16%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180869000.520.500.29357.4538.5252.16
HexB4565A034321D1652734
Octal26412613206462355454764
Binary1011010010101101011010011010011001011101101100101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4565A; }

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

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

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

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

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

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

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

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