Html Css Color HEX #B13F5C Hippie Pink

📋 copy color: '#B13F5C'

red 177 ◦ green 63 ◦ blue 92

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

Shades of Hippie Pink #B13F5C

Tints of Hippie Pink #B13F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 53.31%
G = 18.98%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B13F5C (or 0xB13F5C) is known color: Hippie Pink. HEX triplet: B1, 3F and 5C. RGB value is (177,63,92). Sum of RGB (Red+Green+Blue) = 177+63+92=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F5C is #4EC0A3. Grayscale: #646464. Windows color (decimal): -5161124 or 6045617. OLE color: 6045617.

HSL color Cylindrical-coordinate representation of color #B13F5C: hue angle of 344.74º 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 #B13F5C is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 63 92 -
CMYK 0 0.64 0.48 0.31
HSL 344.74º 0.48% 0.47% -
HSV(B) 344.74º 0.64% 0.69% -
XYZ 21.84 13.67 11.61 -
YUV 100.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 177 63 92 0 0.64 0.48 0.31 344.74 0.48 0.47
Hex B1 3F 5C 0 40 30 1F 159 30 2F
Octal 261 77 134 0 100 60 37 531 60 57
Binary 10110001 111111 1011100 0 1000000 110000 11111 101011001 110000 101111

Color Harmonies of #B13F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F5C

Black with #B13F5C

Text Example


Text Example

White with #B13F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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