Html Css Color HEX #B44D54 Hippie Pink

📋 copy color: '#B44D54'

red 180 ◦ green 77 ◦ blue 84

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

Shades of Hippie Pink #B44D54

Tints of Hippie Pink #B44D54

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.58%

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 52.79%
G = 22.58%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B44D54 (or 0xB44D54) is known color: Hippie Pink. HEX triplet: B4, 4D and 54. RGB value is (180,77,84). Sum of RGB (Red+Green+Blue) = 180+77+84=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44D54 is #4BB2AB. Grayscale: #6C6C6C. Windows color (decimal): -4960940 or 5524916. OLE color: 5524916.

HSL color Cylindrical-coordinate representation of color #B44D54: hue angle of 355.92º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D54 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 77 84 -
CMYK 0 0.57 0.53 0.29
HSL 355.92º 0.41% 0.5% -
HSV(B) 355.92º 0.57% 0.71% -
XYZ 23.08 15.65 10.19 -
YUV 108.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 180 77 84 0 0.57 0.53 0.29 355.92 0.41 0.5
Hex B4 4D 54 0 39 35 1D 164 29 32
Octal 264 115 124 0 71 65 35 544 51 62
Binary 10110100 1001101 1010100 0 111001 110101 11101 101100100 101001 110010

Color Harmonies of #B44D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D54

Black with #B44D54

Text Example


Text Example

White with #B44D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D54; }

 p { color: rgb(180,77,84); }

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

background-color css

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

 a { background-color: rgb(180,77,84); }

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

border-color css

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

 span { border-color: rgb(180,77,84); }

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