Html Css Color HEX #B24856 Hippie Pink

📋 copy color: '#B24856'

red 178 ◦ green 72 ◦ blue 86

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

Shades of Hippie Pink #B24856

Tints of Hippie Pink #B24856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

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

R = 52.98%
G = 21.43%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B24856 (or 0xB24856) is known color: Hippie Pink. HEX triplet: B2, 48 and 56. RGB value is (178,72,86). Sum of RGB (Red+Green+Blue) = 178+72+86=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B24856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24856 is #4DB7A9. Grayscale: #696969. Windows color (decimal): -5093290 or 5654706. OLE color: 5654706.

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

Color convert

RGB 178 72 86 -
CMYK 0 0.60 0.52 0.30
HSL 352.08º 0.42% 0.49% -
HSV(B) 352.08º 0.6% 0.7% -
XYZ 22.36 14.77 10.48 -
YUV 105.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 178 72 86 0 0.60 0.52 0.30 352.08 0.42 0.49
Hex B2 48 56 0 3C 34 1E 160 2A 31
Octal 262 110 126 0 74 64 36 540 52 61
Binary 10110010 1001000 1010110 0 111100 110100 11110 101100000 101010 110001

Color Harmonies of #B24856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24856

Black with #B24856

Text Example


Text Example

White with #B24856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24856; }

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

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

background-color css

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

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

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

border-color css

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

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

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