#B8405A

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

Shades of Hippie Pink #B8405A

Tints of Hippie Pink #B8405A

Color information

#B8405A (or 0xB8405A) is unknown color: approx Hippie Pink. HEX triplet: B8, 40 and 5A. RGB value is (184,64,90). Sum of RGB (Red+Green+Blue) = 184+64+90=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B8405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8405A is #47BFA5. Grayscale: #666666. Windows color (decimal): -4702118 or 5914808. OLE color: 5914808.

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

Color convert

RGB1846490-
CMYK00.650.510.28
HSL347º48.39%48.63%-
HSV(B)347º65.22%72.16%-
XYZ23.4514.611.25-
YUV102.84120.76185.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.44%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=54.44%
G=18.93%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184649000.650.510.2834748.3948.63
HexB8405A041331C15b3031
Octal270100132010163345336061
Binary10111000100000010110100100000111001111100101011011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8405A; }

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

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

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

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

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

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

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

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