Html Css Color HEX #B24C60 Hippie Pink

📋 copy color: '#B24C60'

red 178 ◦ green 76 ◦ blue 96

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

Shades of Hippie Pink #B24C60

Tints of Hippie Pink #B24C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 50.86%
G = 21.71%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B24C60 (or 0xB24C60) is known color: Hippie Pink. HEX triplet: B2, 4C and 60. RGB value is (178,76,96). Sum of RGB (Red+Green+Blue) = 178+76+96=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C60 is #4DB39F. Grayscale: #6C6C6C. Windows color (decimal): -5092256 or 6311090. OLE color: 6311090.

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

Color convert

RGB 178 76 96 -
CMYK 0 0.57 0.46 0.30
HSL 348.24º 0.4% 0.5% -
HSV(B) 348.24º 0.57% 0.7% -
XYZ 23.06 15.48 12.84 -
YUV 108.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 178 76 96 0 0.57 0.46 0.30 348.24 0.4 0.5
Hex B2 4C 60 0 39 2E 1E 15C 28 32
Octal 262 114 140 0 71 56 36 534 50 62
Binary 10110010 1001100 1100000 0 111001 101110 11110 101011100 101000 110010

Color Harmonies of #B24C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C60

Black with #B24C60

Text Example


Text Example

White with #B24C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C60; }

 p { color: rgb(178,76,96); }

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

background-color css

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

 a { background-color: rgb(178,76,96); }

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

border-color css

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

 span { border-color: rgb(178,76,96); }

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