#B8455A

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

Shades of Hippie Pink #B8455A

Tints of Hippie Pink #B8455A

Color information

#B8455A (or 0xB8455A) is unknown color: approx Hippie Pink. HEX triplet: B8, 45 and 5A. RGB value is (184,69,90). Sum of RGB (Red+Green+Blue) = 184+69+90=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8455A is #47BAA5. Grayscale: #696969. Windows color (decimal): -4700838 or 5916088. OLE color: 5916088.

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

Color convert

RGB1846990-
CMYK00.620.510.28
HSL349.04º45.45%49.61%-
HSV(B)349.04º62.5%72.16%-
XYZ23.7415.1811.35-
YUV105.78119.1183.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.64%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=53.64%
G=20.12%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184699000.620.510.28349.0445.4549.61
HexB8455A03E331C15d2d32
Octal27010513207663345355562
Binary1011100010001011011010011111011001111100101011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8455A; }

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

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

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

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

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

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

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

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