Html Css Color HEX #B24248 Hippie Pink

📋 copy color: '#B24248'

red 178 ◦ green 66 ◦ blue 72

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

Shades of Hippie Pink #B24248

Tints of Hippie Pink #B24248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 56.33%
G = 20.89%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B24248 (or 0xB24248) is known color: Hippie Pink. HEX triplet: B2, 42 and 48. RGB value is (178,66,72). Sum of RGB (Red+Green+Blue) = 178+66+72=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B24248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24248 is #4DBDB7. Grayscale: #646464. Windows color (decimal): -5094840 or 4735666. OLE color: 4735666.

HSL color Cylindrical-coordinate representation of color #B24248: hue angle of 356.79º 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 #B24248 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 72 -
CMYK 0 0.63 0.60 0.30
HSL 356.79º 0.46% 0.48% -
HSV(B) 356.79º 0.63% 0.7% -
XYZ 21.48 13.83 7.67 -
YUV 100.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 178 66 72 0 0.63 0.60 0.30 356.79 0.46 0.48
Hex B2 42 48 0 3F 3C 1E 165 2E 30
Octal 262 102 110 0 77 74 36 545 56 60
Binary 10110010 1000010 1001000 0 111111 111100 11110 101100101 101110 110000

Color Harmonies of #B24248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24248

Black with #B24248

Text Example


Text Example

White with #B24248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24248; }

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

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

background-color css

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

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

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

border-color css

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

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

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