Html Css Color HEX #B24251 Hippie Pink

📋 copy color: '#B24251'

red 178 ◦ green 66 ◦ blue 81

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

Shades of Hippie Pink #B24251

Tints of Hippie Pink #B24251

RGB

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

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

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

R = 54.77%
G = 20.31%
B = 24.92%

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

#B24251 (or 0xB24251) is known color: Hippie Pink. HEX triplet: B2, 42 and 51. RGB value is (178,66,81). Sum of RGB (Red+Green+Blue) = 178+66+81=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B24251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24251 is #4DBDAE. Grayscale: #656565. Windows color (decimal): -5094831 or 5325490. OLE color: 5325490.

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

Color convert

RGB 178 66 81 -
CMYK 0 0.63 0.54 0.30
HSL 351.96º 0.46% 0.48% -
HSV(B) 351.96º 0.63% 0.7% -
XYZ 21.79 13.96 9.33 -
YUV 101.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 178 66 81 0 0.63 0.54 0.30 351.96 0.46 0.48
Hex B2 42 51 0 3F 36 1E 160 2E 30
Octal 262 102 121 0 77 66 36 540 56 60
Binary 10110010 1000010 1010001 0 111111 110110 11110 101100000 101110 110000

Color Harmonies of #B24251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24251

Black with #B24251

Text Example


Text Example

White with #B24251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24251; }

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

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

background-color css

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

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

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

border-color css

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

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

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