Html Css Color HEX #B24E56 Hippie Pink

📋 copy color: '#B24E56'

red 178 ◦ green 78 ◦ blue 86

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

Shades of Hippie Pink #B24E56

Tints of Hippie Pink #B24E56

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.81%

 BLUE value IS 86 (33.98% from 255) = 25.15%

R = 52.05%
G = 22.81%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B24E56 (or 0xB24E56) is known color: Hippie Pink. HEX triplet: B2, 4E and 56. RGB value is (178,78,86). Sum of RGB (Red+Green+Blue) = 178+78+86=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E56 is #4DB1A9. Grayscale: #6C6C6C. Windows color (decimal): -5091754 or 5656242. OLE color: 5656242.

HSL color Cylindrical-coordinate representation of color #B24E56: hue angle of 355.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24E56 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 78 86 -
CMYK 0 0.56 0.52 0.30
HSL 355.2º 0.39% 0.5% -
HSV(B) 355.2º 0.56% 0.7% -
XYZ 22.76 15.59 10.61 -
YUV 108.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 178 78 86 0 0.56 0.52 0.30 355.2 0.39 0.5
Hex B2 4E 56 0 38 34 1E 163 27 32
Octal 262 116 126 0 70 64 36 543 47 62
Binary 10110010 1001110 1010110 0 111000 110100 11110 101100011 100111 110010

Color Harmonies of #B24E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24E56

Black with #B24E56

Text Example


Text Example

White with #B24E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24E56; }

 p { color: rgb(178,78,86); }

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

background-color css

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

 a { background-color: rgb(178,78,86); }

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

border-color css

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

 span { border-color: rgb(178,78,86); }

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