Html Css Color HEX #B55051 Hippie Pink

📋 copy color: '#B55051'

red 181 ◦ green 80 ◦ blue 81

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

Shades of Hippie Pink #B55051

Tints of Hippie Pink #B55051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 52.92%
G = 23.39%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B55051 (or 0xB55051) is known color: Hippie Pink. HEX triplet: B5, 50 and 51. RGB value is (181,80,81). Sum of RGB (Red+Green+Blue) = 181+80+81=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B55051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55051 is #4AAFAE. Grayscale: #6E6E6E. Windows color (decimal): -4894639 or 5329077. OLE color: 5329077.

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

Color convert

RGB 181 80 81 -
CMYK 0 0.56 0.55 0.29
HSL 359.41º 0.41% 0.51% -
HSV(B) 359.41º 0.56% 0.71% -
XYZ 23.41 16.16 9.67 -
YUV 110.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 181 80 81 0 0.56 0.55 0.29 359.41 0.41 0.51
Hex B5 50 51 0 38 37 1D 167 29 33
Octal 265 120 121 0 70 67 35 547 51 63
Binary 10110101 1010000 1010001 0 111000 110111 11101 101100111 101001 110011

Color Harmonies of #B55051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55051

Black with #B55051

Text Example


Text Example

White with #B55051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55051; }

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

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

background-color css

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

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

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

border-color css

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

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

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