#B85F63

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

Shades of Blush #B85F63

Tints of Blush #B85F63

Color information

#B85F63 (or 0xB85F63) is unknown color: approx Blush. HEX triplet: B8, 5F and 63. RGB value is (184,95,99). Sum of RGB (Red+Green+Blue) = 184+95+99=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F63 is #47A09C. Grayscale: #7A7A7A. Windows color (decimal): -4694173 or 6512568. OLE color: 6512568.

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

Color convert

RGB1849599-
CMYK00.480.460.28
HSL357.3º38.53%54.71%-
HSV(B)357.3º48.37%72.16%-
XYZ26.1119.2814.15-
YUV122.07114.99172.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=48.68%
G=25.13%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184959900.480.460.28357.338.5354.71
HexB85F630302E1C1652737
Octal27013714306056345454767
Binary1011100010111111100011011000010111011100101100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F63; }

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

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

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

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

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

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

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

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