Html Css Color HEX #B24D5D Hippie Pink

📋 copy color: '#B24D5D'

red 178 ◦ green 77 ◦ blue 93

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

Shades of Hippie Pink #B24D5D

Tints of Hippie Pink #B24D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.13%

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 51.15%
G = 22.13%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B24D5D (or 0xB24D5D) is known color: Hippie Pink. HEX triplet: B2, 4D and 5D. RGB value is (178,77,93). Sum of RGB (Red+Green+Blue) = 178+77+93=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D5D is #4DB2A2. Grayscale: #6D6D6D. Windows color (decimal): -5092003 or 6114738. OLE color: 6114738.

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

Color convert

RGB 178 77 93 -
CMYK 0 0.57 0.48 0.30
HSL 350.5º 0.4% 0.5% -
HSV(B) 350.5º 0.57% 0.7% -
XYZ 22.99 15.56 12.15 -
YUV 109.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 178 77 93 0 0.57 0.48 0.30 350.5 0.4 0.5
Hex B2 4D 5D 0 39 30 1E 15E 28 32
Octal 262 115 135 0 71 60 36 536 50 62
Binary 10110010 1001101 1011101 0 111001 110000 11110 101011110 101000 110010

Color Harmonies of #B24D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D5D

Black with #B24D5D

Text Example


Text Example

White with #B24D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D5D; }

 p { color: rgb(178,77,93); }

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

background-color css

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

 a { background-color: rgb(178,77,93); }

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

border-color css

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

 span { border-color: rgb(178,77,93); }

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