Html Css Color HEX #B53E58 Hippie Pink

📋 copy color: '#B53E58'

red 181 ◦ green 62 ◦ blue 88

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

Shades of Hippie Pink #B53E58

Tints of Hippie Pink #B53E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.59%

R = 54.68%
G = 18.73%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B53E58 (or 0xB53E58) is known color: Hippie Pink. HEX triplet: B5, 3E and 58. RGB value is (181,62,88). Sum of RGB (Red+Green+Blue) = 181+62+88=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53E58 is #4AC1A7. Grayscale: #646464. Windows color (decimal): -4899240 or 5783221. OLE color: 5783221.

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

Color convert

RGB 181 62 88 -
CMYK 0 0.66 0.51 0.29
HSL 346.89º 0.49% 0.48% -
HSV(B) 346.89º 0.66% 0.71% -
XYZ 22.54 13.97 10.74 -
YUV 100.55 120.92 185.39 -
System Red Green Blue C M Y K H S L
Decimal 181 62 88 0 0.66 0.51 0.29 346.89 0.49 0.48
Hex B5 3E 58 0 42 33 1D 15B 31 30
Octal 265 76 130 0 102 63 35 533 61 60
Binary 10110101 111110 1011000 0 1000010 110011 11101 101011011 110001 110000

Color Harmonies of #B53E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E58

Black with #B53E58

Text Example


Text Example

White with #B53E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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