Html Css Color HEX #B24249 Hippie Pink

📋 copy color: '#B24249'

red 178 ◦ green 66 ◦ blue 73

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

Shades of Hippie Pink #B24249

Tints of Hippie Pink #B24249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

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

R = 56.15%
G = 20.82%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B24249 (or 0xB24249) is known color: Hippie Pink. HEX triplet: B2, 42 and 49. RGB value is (178,66,73). Sum of RGB (Red+Green+Blue) = 178+66+73=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B24249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24249 is #4DBDB6. Grayscale: #646464. Windows color (decimal): -5094839 or 4801202. OLE color: 4801202.

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

Color convert

RGB 178 66 73 -
CMYK 0 0.63 0.59 0.30
HSL 356.25º 0.46% 0.48% -
HSV(B) 356.25º 0.63% 0.7% -
XYZ 21.51 13.84 7.84 -
YUV 100.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 178 66 73 0 0.63 0.59 0.30 356.25 0.46 0.48
Hex B2 42 49 0 3F 3B 1E 164 2E 30
Octal 262 102 111 0 77 73 36 544 56 60
Binary 10110010 1000010 1001001 0 111111 111011 11110 101100100 101110 110000

Color Harmonies of #B24249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24249

Black with #B24249

Text Example


Text Example

White with #B24249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24249; }

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

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

background-color css

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

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

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

border-color css

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

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

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