Html Css Color HEX #B24D57 Hippie Pink

📋 copy color: '#B24D57'

red 178 ◦ green 77 ◦ blue 87

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

Shades of Hippie Pink #B24D57

Tints of Hippie Pink #B24D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 52.05%
G = 22.51%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B24D57 (or 0xB24D57) is known color: Hippie Pink. HEX triplet: B2, 4D and 57. RGB value is (178,77,87). Sum of RGB (Red+Green+Blue) = 178+77+87=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D57 is #4DB2A8. Grayscale: #6C6C6C. Windows color (decimal): -5092009 or 5721522. OLE color: 5721522.

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

Color convert

RGB 178 77 87 -
CMYK 0 0.57 0.51 0.30
HSL 354.06º 0.4% 0.5% -
HSV(B) 354.06º 0.57% 0.7% -
XYZ 22.73 15.46 10.8 -
YUV 108.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 178 77 87 0 0.57 0.51 0.30 354.06 0.4 0.5
Hex B2 4D 57 0 39 33 1E 162 28 32
Octal 262 115 127 0 71 63 36 542 50 62
Binary 10110010 1001101 1010111 0 111001 110011 11110 101100010 101000 110010

Color Harmonies of #B24D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D57

Black with #B24D57

Text Example


Text Example

White with #B24D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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