Html Css Color HEX #B44159 Hippie Pink

📋 copy color: '#B44159'

red 180 ◦ green 65 ◦ blue 89

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

Shades of Hippie Pink #B44159

Tints of Hippie Pink #B44159

RGB

 RED value IS 180 (70.7% from 255) = 53.89%

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 89 (35.16% from 255) = 26.65%

R = 53.89%
G = 19.46%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B44159 (or 0xB44159) is known color: Hippie Pink. HEX triplet: B4, 41 and 59. RGB value is (180,65,89). Sum of RGB (Red+Green+Blue) = 180+65+89=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B44159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44159 is #4BBEA6. Grayscale: #666666. Windows color (decimal): -4964007 or 5849524. OLE color: 5849524.

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

Color convert

RGB 180 65 89 -
CMYK 0 0.64 0.51 0.29
HSL 347.48º 0.47% 0.48% -
HSV(B) 347.48º 0.64% 0.71% -
XYZ 22.52 14.21 11.01 -
YUV 102.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 180 65 89 0 0.64 0.51 0.29 347.48 0.47 0.48
Hex B4 41 59 0 40 33 1D 15B 2F 30
Octal 264 101 131 0 100 63 35 533 57 60
Binary 10110100 1000001 1011001 0 1000000 110011 11101 101011011 101111 110000

Color Harmonies of #B44159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44159

Black with #B44159

Text Example


Text Example

White with #B44159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44159; }

 p { color: rgb(180,65,89); }

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

background-color css

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

 a { background-color: rgb(180,65,89); }

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

border-color css

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

 span { border-color: rgb(180,65,89); }

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