Html Css Color HEX #B24460 Hippie Pink

📋 copy color: '#B24460'

red 178 ◦ green 68 ◦ blue 96

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

Shades of Hippie Pink #B24460

Tints of Hippie Pink #B24460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

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

R = 52.05%
G = 19.88%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B24460 (or 0xB24460) is known color: Hippie Pink. HEX triplet: B2, 44 and 60. RGB value is (178,68,96). Sum of RGB (Red+Green+Blue) = 178+68+96=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B24460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24460 is #4DBB9F. Grayscale: #686868. Windows color (decimal): -5094304 or 6309042. OLE color: 6309042.

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

Color convert

RGB 178 68 96 -
CMYK 0 0.62 0.46 0.30
HSL 344.73º 0.45% 0.48% -
HSV(B) 344.73º 0.62% 0.7% -
XYZ 22.54 14.44 12.67 -
YUV 104.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 178 68 96 0 0.62 0.46 0.30 344.73 0.45 0.48
Hex B2 44 60 0 3E 2E 1E 159 2D 30
Octal 262 104 140 0 76 56 36 531 55 60
Binary 10110010 1000100 1100000 0 111110 101110 11110 101011001 101101 110000

Color Harmonies of #B24460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24460

Black with #B24460

Text Example


Text Example

White with #B24460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24460; }

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

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

background-color css

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

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

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

border-color css

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

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

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