Html Css Color HEX #B55259 Hippie Pink

📋 copy color: '#B55259'

red 181 ◦ green 82 ◦ blue 89

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

Shades of Hippie Pink #B55259

Tints of Hippie Pink #B55259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 51.42%
G = 23.3%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B55259 (or 0xB55259) is known color: Hippie Pink. HEX triplet: B5, 52 and 59. RGB value is (181,82,89). Sum of RGB (Red+Green+Blue) = 181+82+89=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B55259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55259 is #4AADA6. Grayscale: #707070. Windows color (decimal): -4894119 or 5853877. OLE color: 5853877.

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

Color convert

RGB 181 82 89 -
CMYK 0 0.55 0.51 0.29
HSL 355.76º 0.4% 0.52% -
HSV(B) 355.76º 0.55% 0.71% -
XYZ 23.88 16.58 11.39 -
YUV 112.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 181 82 89 0 0.55 0.51 0.29 355.76 0.4 0.52
Hex B5 52 59 0 37 33 1D 164 28 34
Octal 265 122 131 0 67 63 35 544 50 64
Binary 10110101 1010010 1011001 0 110111 110011 11101 101100100 101000 110100

Color Harmonies of #B55259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55259

Black with #B55259

Text Example


Text Example

White with #B55259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55259; }

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

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

background-color css

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

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

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

border-color css

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

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

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