#b84160

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

Shades of Hippie Pink #B84160

Tints of Hippie Pink #B84160

Color information

#B84160 (or 0xB84160) is unknown color: approx Hippie Pink. HEX triplet: B8, 41 and 60. RGB value is (184,65,96). Sum of RGB (Red+Green+Blue) = 184+65+96=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B84160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84160 is #47BE9F. Grayscale: #686868. Windows color (decimal): -4701856 or 6308280. OLE color: 6308280.

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

Color convert

RGB1846596-
CMYK00.650.480.28
HSL344.37º47.79%48.82%-
HSV(B)344.37º64.67%72.16%-
XYZ23.7714.8212.67-
YUV104.12123.42184.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.33%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=53.33%
G=18.84%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184659600.650.480.28344.3747.7948.82
HexB84160041301C1583031
Octal270101140010160345306061
Binary10111000100000111000000100000111000011100101011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84160; }

 p { color: rgb(184,65,96); }

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

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

 a { background-color: rgb(184,65,96); }

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

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

 span { border-color: rgb(184,65,96); }

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