Html Css Color HEX #B44156 Hippie Pink

📋 copy color: '#B44156'

red 180 ◦ green 65 ◦ blue 86

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

Shades of Hippie Pink #B44156

Tints of Hippie Pink #B44156

RGB

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

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

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

R = 54.38%
G = 19.64%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B44156 (or 0xB44156) is known color: Hippie Pink. HEX triplet: B4, 41 and 56. RGB value is (180,65,86). Sum of RGB (Red+Green+Blue) = 180+65+86=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B44156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44156 is #4BBEA9. Grayscale: #656565. Windows color (decimal): -4964010 or 5652916. OLE color: 5652916.

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

Color convert

RGB 180 65 86 -
CMYK 0 0.64 0.52 0.29
HSL 349.04º 0.47% 0.48% -
HSV(B) 349.04º 0.64% 0.71% -
XYZ 22.39 14.16 10.36 -
YUV 101.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 180 65 86 0 0.64 0.52 0.29 349.04 0.47 0.48
Hex B4 41 56 0 40 34 1D 15D 2F 30
Octal 264 101 126 0 100 64 35 535 57 60
Binary 10110100 1000001 1010110 0 1000000 110100 11101 101011101 101111 110000

Color Harmonies of #B44156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44156

Black with #B44156

Text Example


Text Example

White with #B44156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44156; }

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

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

background-color css

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

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

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

border-color css

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

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

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