#B84654

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

Shades of Hippie Pink #B84654

Tints of Hippie Pink #B84654

Color information

#B84654 (or 0xB84654) is unknown color: approx Hippie Pink. HEX triplet: B8, 46 and 54. RGB value is (184,70,84). Sum of RGB (Red+Green+Blue) = 184+70+84=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B84654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84654 is #47B9AB. Grayscale: #696969. Windows color (decimal): -4700588 or 5523128. OLE color: 5523128.

HSL color Cylindrical-coordinate representation of color #B84654: hue angle of 352.63º 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 #B84654 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1847084-
CMYK00.620.540.28
HSL352.63º44.88%49.8%-
HSV(B)352.63º61.96%72.16%-
XYZ23.5615.2110.08-
YUV105.68115.77183.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.44%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=54.44%
G=20.71%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184708400.620.540.28352.6344.8849.8
HexB8465403E361C1612d32
Octal27010612407666345415562
Binary1011100010001101010100011111011011011100101100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84654; }

 p { color: rgb(184,70,84); }

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

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

 a { background-color: rgb(184,70,84); }

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

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

 span { border-color: rgb(184,70,84); }

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