Html Css Color HEX #B24349 Hippie Pink

📋 copy color: '#B24349'

red 178 ◦ green 67 ◦ blue 73

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

Shades of Hippie Pink #B24349

Tints of Hippie Pink #B24349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

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

R = 55.97%
G = 21.07%
B = 22.96%

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

#B24349 (or 0xB24349) is known color: Hippie Pink. HEX triplet: B2, 43 and 49. RGB value is (178,67,73). Sum of RGB (Red+Green+Blue) = 178+67+73=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B24349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24349 is #4DBCB6. Grayscale: #646464. Windows color (decimal): -5094583 or 4801458. OLE color: 4801458.

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

Color convert

RGB 178 67 73 -
CMYK 0 0.62 0.59 0.30
HSL 356.76º 0.45% 0.48% -
HSV(B) 356.76º 0.62% 0.7% -
XYZ 21.57 13.96 7.86 -
YUV 100.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 178 67 73 0 0.62 0.59 0.30 356.76 0.45 0.48
Hex B2 43 49 0 3E 3B 1E 165 2D 30
Octal 262 103 111 0 76 73 36 545 55 60
Binary 10110010 1000011 1001001 0 111110 111011 11110 101100101 101101 110000

Color Harmonies of #B24349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24349

Black with #B24349

Text Example


Text Example

White with #B24349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24349; }

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

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

background-color css

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

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

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

border-color css

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

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

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