#B84957

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

Shades of Hippie Pink #B84957

Tints of Hippie Pink #B84957

Color information

#B84957 (or 0xB84957) is unknown color: approx Hippie Pink. HEX triplet: B8, 49 and 57. RGB value is (184,73,87). Sum of RGB (Red+Green+Blue) = 184+73+87=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B84957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84957 is #47B6A8. Grayscale: #6B6B6B. Windows color (decimal): -4699817 or 5720504. OLE color: 5720504.

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

Color convert

RGB1847387-
CMYK00.600.530.28
HSL352.43º43.87%50.39%-
HSV(B)352.43º60.33%72.16%-
XYZ23.8715.6410.78-
YUV107.78116.27182.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=53.49%
G=21.22%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184738700.600.530.28352.4343.8750.39
HexB8495703C351C1602c32
Octal27011112707465345405462
Binary1011100010010011010111011110011010111100101100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84957; }

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

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

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

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

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

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

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

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