Html Css Color HEX #B53E50 Hippie Pink

📋 copy color: '#B53E50'

red 181 ◦ green 62 ◦ blue 80

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

Shades of Hippie Pink #B53E50

Tints of Hippie Pink #B53E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 56.04%
G = 19.2%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B53E50 (or 0xB53E50) is known color: Hippie Pink. HEX triplet: B5, 3E and 50. RGB value is (181,62,80). Sum of RGB (Red+Green+Blue) = 181+62+80=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53E50 is #4AC1AF. Grayscale: #636363. Windows color (decimal): -4899248 or 5258933. OLE color: 5258933.

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

Color convert

RGB 181 62 80 -
CMYK 0 0.66 0.56 0.29
HSL 350.92º 0.49% 0.48% -
HSV(B) 350.92º 0.66% 0.71% -
XYZ 22.23 13.85 9.09 -
YUV 99.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 181 62 80 0 0.66 0.56 0.29 350.92 0.49 0.48
Hex B5 3E 50 0 42 38 1D 15F 31 30
Octal 265 76 120 0 102 70 35 537 61 60
Binary 10110101 111110 1010000 0 1000010 111000 11101 101011111 110001 110000

Color Harmonies of #B53E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E50

Black with #B53E50

Text Example


Text Example

White with #B53E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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