Html Css Color HEX #B44C5D Hippie Pink

📋 copy color: '#B44C5D'

red 180 ◦ green 76 ◦ blue 93

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

Shades of Hippie Pink #B44C5D

Tints of Hippie Pink #B44C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.78%

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

R = 51.58%
G = 21.78%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B44C5D (or 0xB44C5D) is known color: Hippie Pink. HEX triplet: B4, 4C and 5D. RGB value is (180,76,93). Sum of RGB (Red+Green+Blue) = 180+76+93=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C5D is #4BB3A2. Grayscale: #6D6D6D. Windows color (decimal): -4961187 or 6114484. OLE color: 6114484.

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

Color convert

RGB 180 76 93 -
CMYK 0 0.58 0.48 0.29
HSL 350.19º 0.41% 0.5% -
HSV(B) 350.19º 0.58% 0.71% -
XYZ 23.38 15.66 12.15 -
YUV 109.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 180 76 93 0 0.58 0.48 0.29 350.19 0.41 0.5
Hex B4 4C 5D 0 3A 30 1D 15E 29 32
Octal 264 114 135 0 72 60 35 536 51 62
Binary 10110100 1001100 1011101 0 111010 110000 11101 101011110 101001 110010

Color Harmonies of #B44C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C5D

Black with #B44C5D

Text Example


Text Example

White with #B44C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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