Html Css Color HEX #B13E56 Hippie Pink

📋 copy color: '#B13E56'

red 177 ◦ green 62 ◦ blue 86

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

Shades of Hippie Pink #B13E56

Tints of Hippie Pink #B13E56

RGB

 RED value IS 177 (69.53% from 255) = 54.46%

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

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

R = 54.46%
G = 19.08%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B13E56 (or 0xB13E56) is known color: Hippie Pink. HEX triplet: B1, 3E and 56. RGB value is (177,62,86). Sum of RGB (Red+Green+Blue) = 177+62+86=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E56 is #4EC1A9. Grayscale: #636363. Windows color (decimal): -5161386 or 5652145. OLE color: 5652145.

HSL color Cylindrical-coordinate representation of color #B13E56: hue angle of 347.48º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E56 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 62 86 -
CMYK 0 0.65 0.51 0.31
HSL 347.48º 0.48% 0.47% -
HSV(B) 347.48º 0.65% 0.69% -
XYZ 21.53 13.46 10.27 -
YUV 99.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 177 62 86 0 0.65 0.51 0.31 347.48 0.48 0.47
Hex B1 3E 56 0 41 33 1F 15B 30 2F
Octal 261 76 126 0 101 63 37 533 60 57
Binary 10110001 111110 1010110 0 1000001 110011 11111 101011011 110000 101111

Color Harmonies of #B13E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E56

Black with #B13E56

Text Example


Text Example

White with #B13E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E56; }

 p { color: rgb(177,62,86); }

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

background-color css

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

 a { background-color: rgb(177,62,86); }

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

border-color css

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

 span { border-color: rgb(177,62,86); }

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