Html Css Color HEX #B53C58 Hippie Pink

📋 copy color: '#B53C58'

red 181 ◦ green 60 ◦ blue 88

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

Shades of Hippie Pink #B53C58

Tints of Hippie Pink #B53C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.24%

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

R = 55.02%
G = 18.24%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B53C58 (or 0xB53C58) is known color: Hippie Pink. HEX triplet: B5, 3C and 58. RGB value is (181,60,88). Sum of RGB (Red+Green+Blue) = 181+60+88=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C58 is #4AC3A7. Grayscale: #636363. Windows color (decimal): -4899752 or 5782709. OLE color: 5782709.

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

Color convert

RGB 181 60 88 -
CMYK 0 0.67 0.51 0.29
HSL 346.12º 0.5% 0.47% -
HSV(B) 346.12º 0.67% 0.71% -
XYZ 22.43 13.76 10.71 -
YUV 99.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 181 60 88 0 0.67 0.51 0.29 346.12 0.5 0.47
Hex B5 3C 58 0 43 33 1D 15A 32 2F
Octal 265 74 130 0 103 63 35 532 62 57
Binary 10110101 111100 1011000 0 1000011 110011 11101 101011010 110010 101111

Color Harmonies of #B53C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C58

Black with #B53C58

Text Example


Text Example

White with #B53C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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