#B85464

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

Shades of Blush #B85464

Tints of Blush #B85464

Color information

#B85464 (or 0xB85464) is unknown color: approx Blush. HEX triplet: B8, 54 and 64. RGB value is (184,84,100). Sum of RGB (Red+Green+Blue) = 184+84+100=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B85464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85464 is #47AB9B. Grayscale: #737373. Windows color (decimal): -4696988 or 6575288. OLE color: 6575288.

HSL color Cylindrical-coordinate representation of color #B85464: hue angle of 350.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85464 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB18484100-
CMYK00.540.460.28
HSL350.4º41.32%52.55%-
HSV(B)350.4º54.35%72.16%-
XYZ25.2417.4514.09-
YUV115.72119.13176.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=50%
G=22.83%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848410000.540.460.28350.441.3252.55
HexB854640362E1C15e2935
Octal27012414406656345365165
Binary1011100010101001100100011011010111011100101011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85464; }

 p { color: rgb(184,84,100); }

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

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

 a { background-color: rgb(184,84,100); }

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

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

 span { border-color: rgb(184,84,100); }

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