Html Css Color HEX #B24958 Hippie Pink

📋 copy color: '#B24958'

red 178 ◦ green 73 ◦ blue 88

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

Shades of Hippie Pink #B24958

Tints of Hippie Pink #B24958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.96%

R = 52.51%
G = 21.53%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B24958 (or 0xB24958) is known color: Hippie Pink. HEX triplet: B2, 49 and 58. RGB value is (178,73,88). Sum of RGB (Red+Green+Blue) = 178+73+88=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B24958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24958 is #4DB6A7. Grayscale: #6A6A6A. Windows color (decimal): -5093032 or 5786034. OLE color: 5786034.

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

Color convert

RGB 178 73 88 -
CMYK 0 0.59 0.51 0.30
HSL 351.43º 0.42% 0.49% -
HSV(B) 351.43º 0.59% 0.7% -
XYZ 22.5 14.93 10.93 -
YUV 106.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 178 73 88 0 0.59 0.51 0.30 351.43 0.42 0.49
Hex B2 49 58 0 3B 33 1E 15F 2A 31
Octal 262 111 130 0 73 63 36 537 52 61
Binary 10110010 1001001 1011000 0 111011 110011 11110 101011111 101010 110001

Color Harmonies of #B24958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24958

Black with #B24958

Text Example


Text Example

White with #B24958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24958; }

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

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

background-color css

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

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

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

border-color css

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

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

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