#B85863

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

Shades of Blush #B85863

Tints of Blush #B85863

Color information

#B85863 (or 0xB85863) is unknown color: approx Blush. HEX triplet: B8, 58 and 63. RGB value is (184,88,99). Sum of RGB (Red+Green+Blue) = 184+88+99=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85863 is #47A79C. Grayscale: #767676. Windows color (decimal): -4695965 or 6510776. OLE color: 6510776.

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

Color convert

RGB1848899-
CMYK00.520.460.28
HSL353.12º40.34%53.33%-
HSV(B)353.12º52.17%72.16%-
XYZ25.5118.0713.95-
YUV117.96117.3175.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=49.60%
G=23.72%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184889900.520.460.28353.1240.3453.33
HexB858630342E1C1612835
Octal27013014306456345415065
Binary1011100010110001100011011010010111011100101100001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85863; }

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

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

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

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

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

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

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

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