Html Css Color HEX #B44460 Hippie Pink

📋 copy color: '#B44460'

red 180 ◦ green 68 ◦ blue 96

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

Shades of Hippie Pink #B44460

Tints of Hippie Pink #B44460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 52.33%
G = 19.77%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B44460 (or 0xB44460) is known color: Hippie Pink. HEX triplet: B4, 44 and 60. RGB value is (180,68,96). Sum of RGB (Red+Green+Blue) = 180+68+96=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B44460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44460 is #4BBB9F. Grayscale: #686868. Windows color (decimal): -4963232 or 6309044. OLE color: 6309044.

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

Color convert

RGB 180 68 96 -
CMYK 0 0.62 0.47 0.29
HSL 345º 0.45% 0.49% -
HSV(B) 345º 0.62% 0.71% -
XYZ 23 14.68 12.69 -
YUV 104.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 180 68 96 0 0.62 0.47 0.29 345 0.45 0.49
Hex B4 44 60 0 3E 2F 1D 159 2D 31
Octal 264 104 140 0 76 57 35 531 55 61
Binary 10110100 1000100 1100000 0 111110 101111 11101 101011001 101101 110001

Color Harmonies of #B44460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44460

Black with #B44460

Text Example


Text Example

White with #B44460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44460; }

 p { color: rgb(180,68,96); }

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

background-color css

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

 a { background-color: rgb(180,68,96); }

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

border-color css

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

 span { border-color: rgb(180,68,96); }

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