Html Css Color HEX #B24A5B Hippie Pink

📋 copy color: '#B24A5B'

red 178 ◦ green 74 ◦ blue 91

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

Shades of Hippie Pink #B24A5B

Tints of Hippie Pink #B24A5B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.57%

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 51.9%
G = 21.57%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B24A5B (or 0xB24A5B) is known color: Hippie Pink. HEX triplet: B2, 4A and 5B. RGB value is (178,74,91). Sum of RGB (Red+Green+Blue) = 178+74+91=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24A5B is #4DB5A4. Grayscale: #6B6B6B. Windows color (decimal): -5092773 or 5982898. OLE color: 5982898.

HSL color Cylindrical-coordinate representation of color #B24A5B: hue angle of 350.19º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24A5B is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 74 91 -
CMYK 0 0.58 0.49 0.30
HSL 350.19º 0.41% 0.49% -
HSV(B) 350.19º 0.58% 0.7% -
XYZ 22.7 15.12 11.62 -
YUV 107.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 178 74 91 0 0.58 0.49 0.30 350.19 0.41 0.49
Hex B2 4A 5B 0 3A 31 1E 15E 29 31
Octal 262 112 133 0 72 61 36 536 51 61
Binary 10110010 1001010 1011011 0 111010 110001 11110 101011110 101001 110001

Color Harmonies of #B24A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A5B

Black with #B24A5B

Text Example


Text Example

White with #B24A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A5B; }

 p { color: rgb(178,74,91); }

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

background-color css

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

 a { background-color: rgb(178,74,91); }

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

border-color css

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

 span { border-color: rgb(178,74,91); }

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