#B85465

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

Shades of Blush #B85465

Tints of Blush #B85465

Color information

#B85465 (or 0xB85465) is unknown color: approx Blush. HEX triplet: B8, 54 and 65. RGB value is (184,84,101). Sum of RGB (Red+Green+Blue) = 184+84+101=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B85465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85465 is #47AB9A. Grayscale: #737373. Windows color (decimal): -4696987 or 6640824. OLE color: 6640824.

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

Color convert

RGB18484101-
CMYK00.540.450.28
HSL349.8º41.32%52.55%-
HSV(B)349.8º54.35%72.16%-
XYZ25.2917.4714.35-
YUV115.84119.63176.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=49.86%
G=22.76%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848410100.540.450.28349.841.3252.55
HexB854650362D1C15e2935
Octal27012414506655345365165
Binary1011100010101001100101011011010110111100101011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85465; }

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

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

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

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

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

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

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

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