Html Css Color HEX #B24151 Hippie Pink

📋 copy color: '#B24151'

red 178 ◦ green 65 ◦ blue 81

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

Shades of Hippie Pink #B24151

Tints of Hippie Pink #B24151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

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

R = 54.94%
G = 20.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B24151 (or 0xB24151) is known color: Hippie Pink. HEX triplet: B2, 41 and 51. RGB value is (178,65,81). Sum of RGB (Red+Green+Blue) = 178+65+81=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B24151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24151 is #4DBEAE. Grayscale: #646464. Windows color (decimal): -5095087 or 5325234. OLE color: 5325234.

HSL color Cylindrical-coordinate representation of color #B24151: hue angle of 351.5º degrees, saturation: 0.47, 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 #B24151 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 81 -
CMYK 0 0.63 0.54 0.30
HSL 351.5º 0.47% 0.48% -
HSV(B) 351.5º 0.63% 0.7% -
XYZ 21.74 13.84 9.31 -
YUV 100.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 178 65 81 0 0.63 0.54 0.30 351.5 0.47 0.48
Hex B2 41 51 0 3F 36 1E 160 2F 30
Octal 262 101 121 0 77 66 36 540 57 60
Binary 10110010 1000001 1010001 0 111111 110110 11110 101100000 101111 110000

Color Harmonies of #B24151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24151

Black with #B24151

Text Example


Text Example

White with #B24151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24151; }

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

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

background-color css

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

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

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

border-color css

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

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

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