Html Css Color HEX #B84050 Hippie Pink

📋 copy color: '#B84050'

red 184 ◦ green 64 ◦ blue 80

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

Shades of Hippie Pink #B84050

Tints of Hippie Pink #B84050

RGB

 RED value IS 184 (72.27% from 255) = 56.1%

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

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 56.1%
G = 19.51%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B84050 (or 0xB84050) is known color: Hippie Pink. HEX triplet: B8, 40 and 50. RGB value is (184,64,80). Sum of RGB (Red+Green+Blue) = 184+64+80=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B84050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84050 is #47BFAF. Grayscale: #656565. Windows color (decimal): -4702128 or 5259448. OLE color: 5259448.

HSL color Cylindrical-coordinate representation of color #B84050: hue angle of 352º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84050 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 80 -
CMYK 0 0.65 0.57 0.28
HSL 352º 0.48% 0.49% -
HSV(B) 352º 0.65% 0.72% -
XYZ 23.05 14.44 9.16 -
YUV 101.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 184 64 80 0 0.65 0.57 0.28 352 0.48 0.49
Hex B8 40 50 0 41 39 1C 160 30 31
Octal 270 100 120 0 101 71 34 540 60 61
Binary 10111000 1000000 1010000 0 1000001 111001 11100 101100000 110000 110001

Color Harmonies of #B84050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84050

Black with #B84050

Text Example


Text Example

White with #B84050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84050; }

 p { color: rgb(184,64,80); }

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

background-color css

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

 a { background-color: rgb(184,64,80); }

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

border-color css

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

 span { border-color: rgb(184,64,80); }

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