Html Css Color HEX #B44D5D Hippie Pink

📋 copy color: '#B44D5D'

red 180 ◦ green 77 ◦ blue 93

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

Shades of Hippie Pink #B44D5D

Tints of Hippie Pink #B44D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 51.43%
G = 22%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B44D5D (or 0xB44D5D) is known color: Hippie Pink. HEX triplet: B4, 4D and 5D. RGB value is (180,77,93). Sum of RGB (Red+Green+Blue) = 180+77+93=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44D5D is #4BB2A2. Grayscale: #6D6D6D. Windows color (decimal): -4960931 or 6114740. OLE color: 6114740.

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

Color convert

RGB 180 77 93 -
CMYK 0 0.57 0.48 0.29
HSL 350.68º 0.41% 0.5% -
HSV(B) 350.68º 0.57% 0.71% -
XYZ 23.45 15.8 12.17 -
YUV 109.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 180 77 93 0 0.57 0.48 0.29 350.68 0.41 0.5
Hex B4 4D 5D 0 39 30 1D 15F 29 32
Octal 264 115 135 0 71 60 35 537 51 62
Binary 10110100 1001101 1011101 0 111001 110000 11101 101011111 101001 110010

Color Harmonies of #B44D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D5D

Black with #B44D5D

Text Example


Text Example

White with #B44D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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