#B84549

Color #B84549 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B84549

Tints of Hippie Pink #B84549

Color information

#B84549 (or 0xB84549) is unknown color: approx Hippie Pink. HEX triplet: B8, 45 and 49. RGB value is (184,69,73). Sum of RGB (Red+Green+Blue) = 184+69+73=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B84549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84549 is #47BAB6. Grayscale: #676767. Windows color (decimal): -4700855 or 4801976. OLE color: 4801976.

HSL color Cylindrical-coordinate representation of color #B84549: hue angle of 357.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84549 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1846973-
CMYK00.620.600.28
HSL357.91º45.45%49.61%-
HSV(B)357.91º62.5%72.16%-
XYZ23.114.937.97-
YUV103.84110.6185.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=56.44%
G=21.17%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184697300.620.600.28357.9145.4549.61
HexB8454903E3C1C1662d32
Octal27010511107674345465562
Binary1011100010001011001001011111011110011100101100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84549; }

 p { color: rgb(184,69,73); }

 H1.HeaderClassName
 {
   color: #B84549;
 }
 .AnyTagClassName
 {
   color: #B84549;
 }
</style>
background-color css

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

 a { background-color: rgb(184,69,73); }

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

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

 span { border-color: rgb(184,69,73); }

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