Html Css Color HEX #B24951 Hippie Pink

📋 copy color: '#B24951'

red 178 ◦ green 73 ◦ blue 81

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

Shades of Hippie Pink #B24951

Tints of Hippie Pink #B24951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.4%

R = 53.61%
G = 21.99%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B24951 (or 0xB24951) is known color: Hippie Pink. HEX triplet: B2, 49 and 51. RGB value is (178,73,81). Sum of RGB (Red+Green+Blue) = 178+73+81=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B24951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24951 is #4DB6AE. Grayscale: #696969. Windows color (decimal): -5093039 or 5327282. OLE color: 5327282.

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

Color convert

RGB 178 73 81 -
CMYK 0 0.59 0.54 0.30
HSL 355.43º 0.42% 0.49% -
HSV(B) 355.43º 0.59% 0.7% -
XYZ 22.23 14.82 9.47 -
YUV 105.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 178 73 81 0 0.59 0.54 0.30 355.43 0.42 0.49
Hex B2 49 51 0 3B 36 1E 163 2A 31
Octal 262 111 121 0 73 66 36 543 52 61
Binary 10110010 1001001 1010001 0 111011 110110 11110 101100011 101010 110001

Color Harmonies of #B24951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24951

Black with #B24951

Text Example


Text Example

White with #B24951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24951; }

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

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

background-color css

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

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

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

border-color css

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

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

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