Html Css Color HEX #B55154 Hippie Pink

📋 copy color: '#B55154'

red 181 ◦ green 81 ◦ blue 84

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

Shades of Hippie Pink #B55154

Tints of Hippie Pink #B55154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 52.31%
G = 23.41%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B55154 (or 0xB55154) is known color: Hippie Pink. HEX triplet: B5, 51 and 54. RGB value is (181,81,84). Sum of RGB (Red+Green+Blue) = 181+81+84=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B55154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55154 is #4AAEAB. Grayscale: #6F6F6F. Windows color (decimal): -4894380 or 5525941. OLE color: 5525941.

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

Color convert

RGB 181 81 84 -
CMYK 0 0.55 0.54 0.29
HSL 358.2º 0.4% 0.51% -
HSV(B) 358.2º 0.55% 0.71% -
XYZ 23.6 16.35 10.3 -
YUV 111.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 181 81 84 0 0.55 0.54 0.29 358.2 0.4 0.51
Hex B5 51 54 0 37 36 1D 166 28 33
Octal 265 121 124 0 67 66 35 546 50 63
Binary 10110101 1010001 1010100 0 110111 110110 11101 101100110 101000 110011

Color Harmonies of #B55154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55154

Black with #B55154

Text Example


Text Example

White with #B55154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55154; }

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

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

background-color css

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

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

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

border-color css

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

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

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