Html Css Color HEX #B24259 Hippie Pink

📋 copy color: '#B24259'

red 178 ◦ green 66 ◦ blue 89

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

Shades of Hippie Pink #B24259

Tints of Hippie Pink #B24259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 53.45%
G = 19.82%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B24259 (or 0xB24259) is known color: Hippie Pink. HEX triplet: B2, 42 and 59. RGB value is (178,66,89). Sum of RGB (Red+Green+Blue) = 178+66+89=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B24259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24259 is #4DBDA6. Grayscale: #666666. Windows color (decimal): -5094823 or 5849778. OLE color: 5849778.

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

Color convert

RGB 178 66 89 -
CMYK 0 0.63 0.5 0.30
HSL 347.68º 0.46% 0.48% -
HSV(B) 347.68º 0.63% 0.7% -
XYZ 22.11 14.08 11 -
YUV 102.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 178 66 89 0 0.63 0.5 0.30 347.68 0.46 0.48
Hex B2 42 59 0 3F 32 1E 15C 2E 30
Octal 262 102 131 0 77 62 36 534 56 60
Binary 10110010 1000010 1011001 0 111111 110010 11110 101011100 101110 110000

Color Harmonies of #B24259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24259

Black with #B24259

Text Example


Text Example

White with #B24259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24259; }

 p { color: rgb(178,66,89); }

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

background-color css

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

 a { background-color: rgb(178,66,89); }

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

border-color css

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

 span { border-color: rgb(178,66,89); }

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