Html Css Color HEX #B13F51 Hippie Pink

📋 copy color: '#B13F51'

red 177 ◦ green 63 ◦ blue 81

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

Shades of Hippie Pink #B13F51

Tints of Hippie Pink #B13F51

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 55.14%
G = 19.63%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B13F51 (or 0xB13F51) is known color: Hippie Pink. HEX triplet: B1, 3F and 51. RGB value is (177,63,81). Sum of RGB (Red+Green+Blue) = 177+63+81=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F51 is #4EC0AE. Grayscale: #636363. Windows color (decimal): -5161135 or 5324721. OLE color: 5324721.

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

Color convert

RGB 177 63 81 -
CMYK 0 0.64 0.54 0.31
HSL 350.53º 0.48% 0.47% -
HSV(B) 350.53º 0.64% 0.69% -
XYZ 21.39 13.5 9.26 -
YUV 99.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 177 63 81 0 0.64 0.54 0.31 350.53 0.48 0.47
Hex B1 3F 51 0 40 36 1F 15F 30 2F
Octal 261 77 121 0 100 66 37 537 60 57
Binary 10110001 111111 1010001 0 1000000 110110 11111 101011111 110000 101111

Color Harmonies of #B13F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F51

Black with #B13F51

Text Example


Text Example

White with #B13F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F51; }

 p { color: rgb(177,63,81); }

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

background-color css

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

 a { background-color: rgb(177,63,81); }

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

border-color css

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

 span { border-color: rgb(177,63,81); }

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