Html Css Color HEX #B55052 Hippie Pink

📋 copy color: '#B55052'

red 181 ◦ green 80 ◦ blue 82

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

Shades of Hippie Pink #B55052

Tints of Hippie Pink #B55052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.91%

R = 52.77%
G = 23.32%
B = 23.91%

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

#B55052 (or 0xB55052) is known color: Hippie Pink. HEX triplet: B5, 50 and 52. RGB value is (181,80,82). Sum of RGB (Red+Green+Blue) = 181+80+82=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B55052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55052 is #4AAFAD. Grayscale: #6E6E6E. Windows color (decimal): -4894638 or 5394613. OLE color: 5394613.

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

Color convert

RGB 181 80 82 -
CMYK 0 0.56 0.55 0.29
HSL 358.81º 0.41% 0.51% -
HSV(B) 358.81º 0.56% 0.71% -
XYZ 23.45 16.17 9.87 -
YUV 110.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 181 80 82 0 0.56 0.55 0.29 358.81 0.41 0.51
Hex B5 50 52 0 38 37 1D 167 29 33
Octal 265 120 122 0 70 67 35 547 51 63
Binary 10110101 1010000 1010010 0 111000 110111 11101 101100111 101001 110011

Color Harmonies of #B55052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55052

Black with #B55052

Text Example


Text Example

White with #B55052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55052; }

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

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

background-color css

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

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

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

border-color css

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

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

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