#B8484E

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

Shades of Hippie Pink #B8484E

Tints of Hippie Pink #B8484E

Color information

#B8484E (or 0xB8484E) is unknown color: approx Hippie Pink. HEX triplet: B8, 48 and 4E. RGB value is (184,72,78). Sum of RGB (Red+Green+Blue) = 184+72+78=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B8484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8484E is #47B7B1. Grayscale: #6A6A6A. Windows color (decimal): -4700082 or 5130424. OLE color: 5130424.

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

Color convert

RGB1847278-
CMYK00.610.580.28
HSL356.79º44.09%50.2%-
HSV(B)356.79º60.87%72.16%-
XYZ23.4615.388.94-
YUV106.17112.11183.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.09%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=55.09%
G=21.56%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184727800.610.580.28356.7944.0950.2
HexB8484E03D3A1C1652c32
Octal27011011607572345455462
Binary1011100010010001001110011110111101011100101100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8484E; }

 p { color: rgb(184,72,78); }

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

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

 a { background-color: rgb(184,72,78); }

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

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

 span { border-color: rgb(184,72,78); }

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