#B8455E

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

Shades of Hippie Pink #B8455E

Tints of Hippie Pink #B8455E

Color information

#B8455E (or 0xB8455E) is unknown color: approx Hippie Pink. HEX triplet: B8, 45 and 5E. RGB value is (184,69,94). Sum of RGB (Red+Green+Blue) = 184+69+94=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8455E is #47BAA1. Grayscale: #6A6A6A. Windows color (decimal): -4700834 or 6178232. OLE color: 6178232.

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

Color convert

RGB1846994-
CMYK00.620.490.28
HSL346.96º45.45%49.61%-
HSV(B)346.96º62.5%72.16%-
XYZ23.9215.2512.27-
YUV106.24121.1183.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=53.03%
G=19.88%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184699400.620.490.28346.9645.4549.61
HexB8455E03E311C15b2d32
Octal27010513607661345335562
Binary1011100010001011011110011111011000111100101011011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8455E; }

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

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

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

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

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

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

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

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