#B84157

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

Shades of Hippie Pink #B84157

Tints of Hippie Pink #B84157

Color information

#B84157 (or 0xB84157) is unknown color: approx Hippie Pink. HEX triplet: B8, 41 and 57. RGB value is (184,65,87). Sum of RGB (Red+Green+Blue) = 184+65+87=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B84157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84157 is #47BEA8. Grayscale: #676767. Windows color (decimal): -4701865 or 5718456. OLE color: 5718456.

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

Color convert

RGB1846587-
CMYK00.650.530.28
HSL348.91º47.79%48.82%-
HSV(B)348.91º64.67%72.16%-
XYZ23.3814.6610.61-
YUV103.09118.92185.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.76%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=54.76%
G=19.35%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184658700.650.530.28348.9147.7948.82
HexB84157041351C15d3031
Octal270101127010165345356061
Binary10111000100000110101110100000111010111100101011101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84157; }

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

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

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

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

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

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

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

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