#B8464D

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

Shades of Hippie Pink #B8464D

Tints of Hippie Pink #B8464D

Color information

#B8464D (or 0xB8464D) is unknown color: approx Hippie Pink. HEX triplet: B8, 46 and 4D. RGB value is (184,70,77). Sum of RGB (Red+Green+Blue) = 184+70+77=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8464D is #47B9B2. Grayscale: #686868. Windows color (decimal): -4700595 or 5064376. OLE color: 5064376.

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

Color convert

RGB1847077-
CMYK00.620.580.28
HSL356.32º44.88%49.8%-
HSV(B)356.32º61.96%72.16%-
XYZ23.315.118.71-
YUV104.88112.27184.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=55.59%
G=21.15%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184707700.620.580.28356.3244.8849.8
HexB8464D03E3A1C1642d32
Octal27010611507672345445562
Binary1011100010001101001101011111011101011100101100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8464D; }

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

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

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

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

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

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

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

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