Html Css Color HEX #B24052 Hippie Pink

📋 copy color: '#B24052'

red 178 ◦ green 64 ◦ blue 82

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

Shades of Hippie Pink #B24052

Tints of Hippie Pink #B24052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 54.94%
G = 19.75%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B24052 (or 0xB24052) is known color: Hippie Pink. HEX triplet: B2, 40 and 52. RGB value is (178,64,82). Sum of RGB (Red+Green+Blue) = 178+64+82=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B24052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24052 is #4DBFAD. Grayscale: #646464. Windows color (decimal): -5095342 or 5390514. OLE color: 5390514.

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

Color convert

RGB 178 64 82 -
CMYK 0 0.64 0.54 0.30
HSL 350.53º 0.47% 0.47% -
HSV(B) 350.53º 0.64% 0.7% -
XYZ 21.72 13.74 9.49 -
YUV 100.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 178 64 82 0 0.64 0.54 0.30 350.53 0.47 0.47
Hex B2 40 52 0 40 36 1E 15F 2F 2F
Octal 262 100 122 0 100 66 36 537 57 57
Binary 10110010 1000000 1010010 0 1000000 110110 11110 101011111 101111 101111

Color Harmonies of #B24052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24052

Black with #B24052

Text Example


Text Example

White with #B24052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24052; }

 p { color: rgb(178,64,82); }

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

background-color css

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

 a { background-color: rgb(178,64,82); }

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

border-color css

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

 span { border-color: rgb(178,64,82); }

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