#B8414E

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

Shades of Hippie Pink #B8414E

Tints of Hippie Pink #B8414E

Color information

#B8414E (or 0xB8414E) is unknown color: approx Hippie Pink. HEX triplet: B8, 41 and 4E. RGB value is (184,65,78). Sum of RGB (Red+Green+Blue) = 184+65+78=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8414E is #47BEB1. Grayscale: #666666. Windows color (decimal): -4701874 or 5128632. OLE color: 5128632.

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

Color convert

RGB1846578-
CMYK00.650.580.28
HSL353.45º47.79%48.82%-
HSV(B)353.45º64.67%72.16%-
XYZ23.0314.528.8-
YUV102.06114.42186.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.27%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=56.27%
G=19.88%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184657800.650.580.28353.4547.7948.82
HexB8414E0413A1C1613031
Octal270101116010172345416061
Binary10111000100000110011100100000111101011100101100001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8414E; }

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

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

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

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

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

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

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

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