Html Css Color HEX #B55459 Hippie Pink

📋 copy color: '#B55459'

red 181 ◦ green 84 ◦ blue 89

#B55459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #B55459

Tints of Hippie Pink #B55459

RGB

 RED value IS 181 (71.09% from 255) = 51.13%

 GREEN value IS 84 (33.2% from 255) = 23.73%

 BLUE value IS 89 (35.16% from 255) = 25.14%

R = 51.13%
G = 23.73%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B55459 (or 0xB55459) is known color: Hippie Pink. HEX triplet: B5, 54 and 59. RGB value is (181,84,89). Sum of RGB (Red+Green+Blue) = 181+84+89=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B55459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55459 is #4AABA6. Grayscale: #717171. Windows color (decimal): -4893607 or 5854389. OLE color: 5854389.

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

Color convert

RGB 181 84 89 -
CMYK 0 0.54 0.51 0.29
HSL 356.91º 0.4% 0.52% -
HSV(B) 356.91º 0.54% 0.71% -
XYZ 24.03 16.89 11.44 -
YUV 113.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 181 84 89 0 0.54 0.51 0.29 356.91 0.4 0.52
Hex B5 54 59 0 36 33 1D 165 28 34
Octal 265 124 131 0 66 63 35 545 50 64
Binary 10110101 1010100 1011001 0 110110 110011 11101 101100101 101000 110100

Color Harmonies of #B55459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55459

Black with #B55459

Text Example


Text Example

White with #B55459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55459; }

 p { color: rgb(181,84,89); }

 H1.HeaderClassName
 {
   color: #B55459;
 }
 .AnyTagClassName
 {
   color: #B55459;
 }
</style>

background-color css

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

 a { background-color: rgb(181,84,89); }

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

border-color css

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

 span { border-color: rgb(181,84,89); }

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