#B85765

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

Shades of Blush #B85765

Tints of Blush #B85765

Color information

#B85765 (or 0xB85765) is unknown color: approx Blush. HEX triplet: B8, 57 and 65. RGB value is (184,87,101). Sum of RGB (Red+Green+Blue) = 184+87+101=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B85765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85765 is #47A89A. Grayscale: #757575. Windows color (decimal): -4696219 or 6641592. OLE color: 6641592.

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

Color convert

RGB18487101-
CMYK00.530.450.28
HSL351.34º40.59%53.14%-
HSV(B)351.34º52.72%72.16%-
XYZ25.5217.9514.43-
YUV117.6118.64175.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=49.46%
G=23.39%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848710100.530.450.28351.3440.5953.14
HexB857650352D1C15f2935
Octal27012714506555345375165
Binary1011100010101111100101011010110110111100101011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85765; }

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

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

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

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

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

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

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

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