Html Css Color HEX #B24F51 Hippie Pink

📋 copy color: '#B24F51'

red 178 ◦ green 79 ◦ blue 81

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

Shades of Hippie Pink #B24F51

Tints of Hippie Pink #B24F51

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.37%

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

R = 52.66%
G = 23.37%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B24F51 (or 0xB24F51) is known color: Hippie Pink. HEX triplet: B2, 4F and 51. RGB value is (178,79,81). Sum of RGB (Red+Green+Blue) = 178+79+81=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24F51 is #4DB0AE. Grayscale: #6C6C6C. Windows color (decimal): -5091503 or 5328818. OLE color: 5328818.

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

Color convert

RGB 178 79 81 -
CMYK 0 0.56 0.54 0.30
HSL 358.79º 0.39% 0.5% -
HSV(B) 358.79º 0.56% 0.7% -
XYZ 22.64 15.65 9.61 -
YUV 108.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 178 79 81 0 0.56 0.54 0.30 358.79 0.39 0.5
Hex B2 4F 51 0 38 36 1E 167 27 32
Octal 262 117 121 0 70 66 36 547 47 62
Binary 10110010 1001111 1010001 0 111000 110110 11110 101100111 100111 110010

Color Harmonies of #B24F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24F51

Black with #B24F51

Text Example


Text Example

White with #B24F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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