Html Css Color HEX #B24360 Hippie Pink

📋 copy color: '#B24360'

red 178 ◦ green 67 ◦ blue 96

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

Shades of Hippie Pink #B24360

Tints of Hippie Pink #B24360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

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

R = 52.2%
G = 19.65%
B = 28.15%

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

#B24360 (or 0xB24360) is known color: Hippie Pink. HEX triplet: B2, 43 and 60. RGB value is (178,67,96). Sum of RGB (Red+Green+Blue) = 178+67+96=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B24360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24360 is #4DBC9F. Grayscale: #676767. Windows color (decimal): -5094560 or 6308786. OLE color: 6308786.

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

Color convert

RGB 178 67 96 -
CMYK 0 0.62 0.46 0.30
HSL 344.32º 0.45% 0.48% -
HSV(B) 344.32º 0.62% 0.7% -
XYZ 22.48 14.32 12.65 -
YUV 103.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 178 67 96 0 0.62 0.46 0.30 344.32 0.45 0.48
Hex B2 43 60 0 3E 2E 1E 158 2D 30
Octal 262 103 140 0 76 56 36 530 55 60
Binary 10110010 1000011 1100000 0 111110 101110 11110 101011000 101101 110000

Color Harmonies of #B24360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24360

Black with #B24360

Text Example


Text Example

White with #B24360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24360; }

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

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

background-color css

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

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

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

border-color css

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

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

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