Html Css Color HEX #B24E53 Hippie Pink

📋 copy color: '#B24E53'

red 178 ◦ green 78 ◦ blue 83

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

Shades of Hippie Pink #B24E53

Tints of Hippie Pink #B24E53

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.01%

 BLUE value IS 83 (32.81% from 255) = 24.48%

R = 52.51%
G = 23.01%
B = 24.48%

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

#B24E53 (or 0xB24E53) is known color: Hippie Pink. HEX triplet: B2, 4E and 53. RGB value is (178,78,83). Sum of RGB (Red+Green+Blue) = 178+78+83=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E53 is #4DB1AC. Grayscale: #6C6C6C. Windows color (decimal): -5091757 or 5459634. OLE color: 5459634.

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

Color convert

RGB 178 78 83 -
CMYK 0 0.56 0.53 0.30
HSL 357º 0.39% 0.5% -
HSV(B) 357º 0.56% 0.7% -
XYZ 22.65 15.54 9.99 -
YUV 108.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 178 78 83 0 0.56 0.53 0.30 357 0.39 0.5
Hex B2 4E 53 0 38 35 1E 165 27 32
Octal 262 116 123 0 70 65 36 545 47 62
Binary 10110010 1001110 1010011 0 111000 110101 11110 101100101 100111 110010

Color Harmonies of #B24E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24E53

Black with #B24E53

Text Example


Text Example

White with #B24E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24E53; }

 p { color: rgb(178,78,83); }

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

background-color css

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

 a { background-color: rgb(178,78,83); }

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

border-color css

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

 span { border-color: rgb(178,78,83); }

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