Html Css Color HEX #B24F53 Hippie Pink

📋 copy color: '#B24F53'

red 178 ◦ green 79 ◦ blue 83

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

Shades of Hippie Pink #B24F53

Tints of Hippie Pink #B24F53

RGB

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

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

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

R = 52.35%
G = 23.24%
B = 24.41%

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

#B24F53 (or 0xB24F53) is known color: Hippie Pink. HEX triplet: B2, 4F and 53. RGB value is (178,79,83). Sum of RGB (Red+Green+Blue) = 178+79+83=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24F53 is #4DB0AC. Grayscale: #6D6D6D. Windows color (decimal): -5091501 or 5459890. OLE color: 5459890.

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

Color convert

RGB 178 79 83 -
CMYK 0 0.56 0.53 0.30
HSL 357.58º 0.39% 0.5% -
HSV(B) 357.58º 0.56% 0.7% -
XYZ 22.72 15.68 10.01 -
YUV 109.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 178 79 83 0 0.56 0.53 0.30 357.58 0.39 0.5
Hex B2 4F 53 0 38 35 1E 166 27 32
Octal 262 117 123 0 70 65 36 546 47 62
Binary 10110010 1001111 1010011 0 111000 110101 11110 101100110 100111 110010

Color Harmonies of #B24F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24F53

Black with #B24F53

Text Example


Text Example

White with #B24F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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