Html Css Color HEX #B24748 Hippie Pink

📋 copy color: '#B24748'

red 178 ◦ green 71 ◦ blue 72

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

Shades of Hippie Pink #B24748

Tints of Hippie Pink #B24748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

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

R = 55.45%
G = 22.12%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B24748 (or 0xB24748) is known color: Hippie Pink. HEX triplet: B2, 47 and 48. RGB value is (178,71,72). Sum of RGB (Red+Green+Blue) = 178+71+72=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B24748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24748 is #4DB8B7. Grayscale: #676767. Windows color (decimal): -5093560 or 4736946. OLE color: 4736946.

HSL color Cylindrical-coordinate representation of color #B24748: hue angle of 359.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24748 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 71 72 -
CMYK 0 0.60 0.60 0.30
HSL 359.44º 0.43% 0.49% -
HSV(B) 359.44º 0.6% 0.7% -
XYZ 21.78 14.44 7.77 -
YUV 103.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 178 71 72 0 0.60 0.60 0.30 359.44 0.43 0.49
Hex B2 47 48 0 3C 3C 1E 167 2B 31
Octal 262 107 110 0 74 74 36 547 53 61
Binary 10110010 1000111 1001000 0 111100 111100 11110 101100111 101011 110001

Color Harmonies of #B24748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24748

Black with #B24748

Text Example


Text Example

White with #B24748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24748; }

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

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

background-color css

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

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

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

border-color css

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

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

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