#B84650

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

Shades of Hippie Pink #B84650

Tints of Hippie Pink #B84650

Color information

#B84650 (or 0xB84650) is unknown color: approx Hippie Pink. HEX triplet: B8, 46 and 50. RGB value is (184,70,80). Sum of RGB (Red+Green+Blue) = 184+70+80=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B84650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84650 is #47B9AF. Grayscale: #696969. Windows color (decimal): -4700592 or 5260984. OLE color: 5260984.

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

Color convert

RGB1847080-
CMYK00.620.570.28
HSL354.74º44.88%49.8%-
HSV(B)354.74º61.96%72.16%-
XYZ23.4115.159.28-
YUV105.23113.77184.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.09%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=55.09%
G=20.96%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184708000.620.570.28354.7444.8849.8
HexB8465003E391C1632d32
Octal27010612007671345435562
Binary1011100010001101010000011111011100111100101100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84650; }

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

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

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

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

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

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

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

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