Html Css Color HEX #B24F54 Hippie Pink

📋 copy color: '#B24F54'

red 178 ◦ green 79 ◦ blue 84

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

Shades of Hippie Pink #B24F54

Tints of Hippie Pink #B24F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 52.2%
G = 23.17%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B24F54 (or 0xB24F54) is known color: Hippie Pink. HEX triplet: B2, 4F and 54. RGB value is (178,79,84). Sum of RGB (Red+Green+Blue) = 178+79+84=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24F54 is #4DB0AB. Grayscale: #6D6D6D. Windows color (decimal): -5091500 or 5525426. OLE color: 5525426.

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

Color convert

RGB 178 79 84 -
CMYK 0 0.56 0.53 0.30
HSL 356.97º 0.39% 0.5% -
HSV(B) 356.97º 0.56% 0.7% -
XYZ 22.76 15.7 10.22 -
YUV 109.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 178 79 84 0 0.56 0.53 0.30 356.97 0.39 0.5
Hex B2 4F 54 0 38 35 1E 165 27 32
Octal 262 117 124 0 70 65 36 545 47 62
Binary 10110010 1001111 1010100 0 111000 110101 11110 101100101 100111 110010

Color Harmonies of #B24F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24F54

Black with #B24F54

Text Example


Text Example

White with #B24F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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