#B85E6C

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

Shades of Blush #B85E6C

Tints of Blush #B85E6C

Color information

#B85E6C (or 0xB85E6C) is unknown color: approx Blush. HEX triplet: B8, 5E and 6C. RGB value is (184,94,108). Sum of RGB (Red+Green+Blue) = 184+94+108=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E6C is #47A193. Grayscale: #7A7A7A. Windows color (decimal): -4694420 or 7102136. OLE color: 7102136.

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

Color convert

RGB18494108-
CMYK00.490.410.28
HSL350.67º38.79%54.51%-
HSV(B)350.67º48.91%72.16%-
XYZ26.4819.2816.51-
YUV122.51119.82171.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=47.67%
G=24.35%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849410800.490.410.28350.6738.7954.51
HexB85E6C031291C15f2737
Octal27013615406151345374767
Binary1011100010111101101100011000110100111100101011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E6C; }

 p { color: rgb(184,94,108); }

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

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

 a { background-color: rgb(184,94,108); }

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

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

 span { border-color: rgb(184,94,108); }

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