Html Css Color HEX #B24448 Hippie Pink

📋 copy color: '#B24448'

red 178 ◦ green 68 ◦ blue 72

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

Shades of Hippie Pink #B24448

Tints of Hippie Pink #B24448

RGB

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

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

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

R = 55.97%
G = 21.38%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B24448 (or 0xB24448) is known color: Hippie Pink. HEX triplet: B2, 44 and 48. RGB value is (178,68,72). Sum of RGB (Red+Green+Blue) = 178+68+72=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B24448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24448 is #4DBBB7. Grayscale: #656565. Windows color (decimal): -5094328 or 4736178. OLE color: 4736178.

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

Color convert

RGB 178 68 72 -
CMYK 0 0.62 0.60 0.30
HSL 357.82º 0.45% 0.48% -
HSV(B) 357.82º 0.62% 0.7% -
XYZ 21.6 14.07 7.71 -
YUV 101.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 178 68 72 0 0.62 0.60 0.30 357.82 0.45 0.48
Hex B2 44 48 0 3E 3C 1E 166 2D 30
Octal 262 104 110 0 76 74 36 546 55 60
Binary 10110010 1000100 1001000 0 111110 111100 11110 101100110 101101 110000

Color Harmonies of #B24448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24448

Black with #B24448

Text Example


Text Example

White with #B24448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24448; }

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

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

background-color css

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

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

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

border-color css

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

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

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