Html Css Color HEX #B24152 Hippie Pink

📋 copy color: '#B24152'

red 178 ◦ green 65 ◦ blue 82

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

Shades of Hippie Pink #B24152

Tints of Hippie Pink #B24152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 54.77%
G = 20%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B24152 (or 0xB24152) is known color: Hippie Pink. HEX triplet: B2, 41 and 52. RGB value is (178,65,82). Sum of RGB (Red+Green+Blue) = 178+65+82=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B24152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24152 is #4DBEAD. Grayscale: #646464. Windows color (decimal): -5095086 or 5390770. OLE color: 5390770.

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

Color convert

RGB 178 65 82 -
CMYK 0 0.63 0.54 0.30
HSL 350.97º 0.47% 0.48% -
HSV(B) 350.97º 0.63% 0.7% -
XYZ 21.77 13.85 9.51 -
YUV 100.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 178 65 82 0 0.63 0.54 0.30 350.97 0.47 0.48
Hex B2 41 52 0 3F 36 1E 15F 2F 30
Octal 262 101 122 0 77 66 36 537 57 60
Binary 10110010 1000001 1010010 0 111111 110110 11110 101011111 101111 110000

Color Harmonies of #B24152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24152

Black with #B24152

Text Example


Text Example

White with #B24152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24152; }

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

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

background-color css

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

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

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

border-color css

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

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

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