Html Css Color HEX #B24959 Hippie Pink

📋 copy color: '#B24959'

red 178 ◦ green 73 ◦ blue 89

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

Shades of Hippie Pink #B24959

Tints of Hippie Pink #B24959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

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

R = 52.35%
G = 21.47%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B24959 (or 0xB24959) is known color: Hippie Pink. HEX triplet: B2, 49 and 59. RGB value is (178,73,89). Sum of RGB (Red+Green+Blue) = 178+73+89=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B24959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24959 is #4DB6A6. Grayscale: #6A6A6A. Windows color (decimal): -5093031 or 5851570. OLE color: 5851570.

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

Color convert

RGB 178 73 89 -
CMYK 0 0.59 0.5 0.30
HSL 350.86º 0.42% 0.49% -
HSV(B) 350.86º 0.59% 0.7% -
XYZ 22.55 14.95 11.15 -
YUV 106.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 178 73 89 0 0.59 0.5 0.30 350.86 0.42 0.49
Hex B2 49 59 0 3B 32 1E 15F 2A 31
Octal 262 111 131 0 73 62 36 537 52 61
Binary 10110010 1001001 1011001 0 111011 110010 11110 101011111 101010 110001

Color Harmonies of #B24959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24959

Black with #B24959

Text Example


Text Example

White with #B24959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24959; }

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

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

background-color css

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

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

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

border-color css

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

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

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