Html Css Color HEX #B24449 Hippie Pink

📋 copy color: '#B24449'

red 178 ◦ green 68 ◦ blue 73

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

Shades of Hippie Pink #B24449

Tints of Hippie Pink #B24449

RGB

 RED value IS 178 (69.92% from 255) = 55.8%

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

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 55.8%
G = 21.32%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B24449 (or 0xB24449) is known color: Hippie Pink. HEX triplet: B2, 44 and 49. RGB value is (178,68,73). Sum of RGB (Red+Green+Blue) = 178+68+73=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B24449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24449 is #4DBBB6. Grayscale: #656565. Windows color (decimal): -5094327 or 4801714. OLE color: 4801714.

HSL color Cylindrical-coordinate representation of color #B24449: hue angle of 357.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24449 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 73 -
CMYK 0 0.62 0.59 0.30
HSL 357.27º 0.45% 0.48% -
HSV(B) 357.27º 0.62% 0.7% -
XYZ 21.63 14.08 7.88 -
YUV 101.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 178 68 73 0 0.62 0.59 0.30 357.27 0.45 0.48
Hex B2 44 49 0 3E 3B 1E 165 2D 30
Octal 262 104 111 0 76 73 36 545 55 60
Binary 10110010 1000100 1001001 0 111110 111011 11110 101100101 101101 110000

Color Harmonies of #B24449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24449

Black with #B24449

Text Example


Text Example

White with #B24449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24449; }

 p { color: rgb(178,68,73); }

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

background-color css

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

 a { background-color: rgb(178,68,73); }

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

border-color css

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

 span { border-color: rgb(178,68,73); }

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