#B85F73

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

Shades of Blush #B85F73

Tints of Blush #B85F73

Color information

#B85F73 (or 0xB85F73) is unknown color: approx Blush. HEX triplet: B8, 5F and 73. RGB value is (184,95,115). Sum of RGB (Red+Green+Blue) = 184+95+115=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F73 is #47A08C. Grayscale: #7B7B7B. Windows color (decimal): -4694157 or 7561144. OLE color: 7561144.

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

Color convert

RGB18495115-
CMYK00.480.380.28
HSL346.52º38.53%54.71%-
HSV(B)346.52º48.37%72.16%-
XYZ26.9519.6118.58-
YUV123.89122.99170.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=46.70%
G=24.11%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849511500.480.380.28346.5238.5354.71
HexB85F73030261C15b2737
Octal27013716306046345334767
Binary1011100010111111110011011000010011011100101011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F73; }

 p { color: rgb(184,95,115); }

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

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

 a { background-color: rgb(184,95,115); }

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

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

 span { border-color: rgb(184,95,115); }

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