Html Css Color HEX #B24649 Hippie Pink

📋 copy color: '#B24649'

red 178 ◦ green 70 ◦ blue 73

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

Shades of Hippie Pink #B24649

Tints of Hippie Pink #B24649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

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

R = 55.45%
G = 21.81%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B24649 (or 0xB24649) is known color: Hippie Pink. HEX triplet: B2, 46 and 49. RGB value is (178,70,73). Sum of RGB (Red+Green+Blue) = 178+70+73=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B24649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24649 is #4DB9B6. Grayscale: #666666. Windows color (decimal): -5093815 or 4802226. OLE color: 4802226.

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

Color convert

RGB 178 70 73 -
CMYK 0 0.61 0.59 0.30
HSL 358.33º 0.44% 0.49% -
HSV(B) 358.33º 0.61% 0.7% -
XYZ 21.75 14.33 7.92 -
YUV 102.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 178 70 73 0 0.61 0.59 0.30 358.33 0.44 0.49
Hex B2 46 49 0 3D 3B 1E 166 2C 31
Octal 262 106 111 0 75 73 36 546 54 61
Binary 10110010 1000110 1001001 0 111101 111011 11110 101100110 101100 110001

Color Harmonies of #B24649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24649

Black with #B24649

Text Example


Text Example

White with #B24649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24649; }

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

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

background-color css

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

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

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

border-color css

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

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

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