Html Css Color HEX #B24C4D Hippie Pink

📋 copy color: '#B24C4D'

red 178 ◦ green 76 ◦ blue 77

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

Shades of Hippie Pink #B24C4D

Tints of Hippie Pink #B24C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.96%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 53.78%
G = 22.96%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B24C4D (or 0xB24C4D) is known color: Hippie Pink. HEX triplet: B2, 4C and 4D. RGB value is (178,76,77). Sum of RGB (Red+Green+Blue) = 178+76+77=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C4D is #4DB3B2. Grayscale: #6A6A6A. Windows color (decimal): -5092275 or 5065906. OLE color: 5065906.

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

Color convert

RGB 178 76 77 -
CMYK 0 0.57 0.57 0.30
HSL 359.41º 0.4% 0.5% -
HSV(B) 359.41º 0.57% 0.7% -
XYZ 22.28 15.17 8.77 -
YUV 106.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 178 76 77 0 0.57 0.57 0.30 359.41 0.4 0.5
Hex B2 4C 4D 0 39 39 1E 167 28 32
Octal 262 114 115 0 71 71 36 547 50 62
Binary 10110010 1001100 1001101 0 111001 111001 11110 101100111 101000 110010

Color Harmonies of #B24C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C4D

Black with #B24C4D

Text Example


Text Example

White with #B24C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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