#B5565A

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

Shades of Hippie Pink #B5565A

Tints of Hippie Pink #B5565A

Color information

#B5565A (or 0xB5565A) is unknown color: approx Hippie Pink. HEX triplet: B5, 56 and 5A. RGB value is (181,86,90). Sum of RGB (Red+Green+Blue) = 181+86+90=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5565A is #4AA9A5. Grayscale: #727272. Windows color (decimal): -4893094 or 5920437. OLE color: 5920437.

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

Color convert

RGB1818690-
CMYK00.520.500.29
HSL357.47º39.09%52.35%-
HSV(B)357.47º52.49%70.98%-
XYZ24.2317.2211.72-
YUV114.86113.97175.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=50.70%
G=24.09%
B=25.21%

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
Decimal181869000.520.500.29357.4739.0952.35
HexB5565A034321D1652734
Octal26512613206462355454764
Binary1011010110101101011010011010011001011101101100101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5565A; }

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

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

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

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

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

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

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

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