#B8454E

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

Shades of Hippie Pink #B8454E

Tints of Hippie Pink #B8454E

Color information

#B8454E (or 0xB8454E) is unknown color: approx Hippie Pink. HEX triplet: B8, 45 and 4E. RGB value is (184,69,78). Sum of RGB (Red+Green+Blue) = 184+69+78=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8454E is #47BAB1. Grayscale: #686868. Windows color (decimal): -4700850 or 5129656. OLE color: 5129656.

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

Color convert

RGB1846978-
CMYK00.620.580.28
HSL355.3º45.45%49.61%-
HSV(B)355.3º62.5%72.16%-
XYZ23.27158.88-
YUV104.41113.1184.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=55.59%
G=20.85%
B=23.56%

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
Decimal184697800.620.580.28355.345.4549.61
HexB8454E03E3A1C1632d32
Octal27010511607672345435562
Binary1011100010001011001110011111011101011100101100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8454E; }

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

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

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

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

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

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

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

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