#B84F51

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

Shades of Hippie Pink #B84F51

Tints of Hippie Pink #B84F51

Color information

#B84F51 (or 0xB84F51) is unknown color: approx Hippie Pink. HEX triplet: B8, 4F and 51. RGB value is (184,79,81). Sum of RGB (Red+Green+Blue) = 184+79+81=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84F51 is #47B0AE. Grayscale: #6E6E6E. Windows color (decimal): -4698287 or 5328824. OLE color: 5328824.

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

Color convert

RGB1847981-
CMYK00.570.560.28
HSL358.86º42.51%51.57%-
HSV(B)358.86º57.07%72.16%-
XYZ24.0516.389.68-
YUV110.62111.29180.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 79 (31.25% from 255) = 22.97%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=53.49%
G=22.97%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184798100.570.560.28358.8642.5151.57
HexB84F51039381C1672b34
Octal27011712107170345475364
Binary1011100010011111010001011100111100011100101100111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84F51; }

 p { color: rgb(184,79,81); }

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

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

 a { background-color: rgb(184,79,81); }

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

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

 span { border-color: rgb(184,79,81); }

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