Html Css Color HEX #B53D56 Hippie Pink

📋 copy color: '#B53D56'

red 181 ◦ green 61 ◦ blue 86

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

Shades of Hippie Pink #B53D56

Tints of Hippie Pink #B53D56

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

 BLUE value IS 86 (33.98% from 255) = 26.22%

R = 55.18%
G = 18.6%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B53D56 (or 0xB53D56) is known color: Hippie Pink. HEX triplet: B5, 3D and 56. RGB value is (181,61,86). Sum of RGB (Red+Green+Blue) = 181+61+86=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D56 is #4AC2A9. Grayscale: #636363. Windows color (decimal): -4899498 or 5651893. OLE color: 5651893.

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

Color convert

RGB 181 61 86 -
CMYK 0 0.66 0.52 0.29
HSL 347.5º 0.5% 0.47% -
HSV(B) 347.5º 0.66% 0.71% -
XYZ 22.4 13.83 10.29 -
YUV 99.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 181 61 86 0 0.66 0.52 0.29 347.5 0.5 0.47
Hex B5 3D 56 0 42 34 1D 15C 32 2F
Octal 265 75 126 0 102 64 35 534 62 57
Binary 10110101 111101 1010110 0 1000010 110100 11101 101011100 110010 101111

Color Harmonies of #B53D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D56

Black with #B53D56

Text Example


Text Example

White with #B53D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D56; }

 p { color: rgb(181,61,86); }

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

background-color css

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

 a { background-color: rgb(181,61,86); }

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

border-color css

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

 span { border-color: rgb(181,61,86); }

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