#B85763

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

Shades of Blush #B85763

Tints of Blush #B85763

Color information

#B85763 (or 0xB85763) is unknown color: approx Blush. HEX triplet: B8, 57 and 63. RGB value is (184,87,99). Sum of RGB (Red+Green+Blue) = 184+87+99=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B85763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85763 is #47A89C. Grayscale: #757575. Windows color (decimal): -4696221 or 6510520. OLE color: 6510520.

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

Color convert

RGB1848799-
CMYK00.530.460.28
HSL352.58º40.59%53.14%-
HSV(B)352.58º52.72%72.16%-
XYZ25.4317.9113.92-
YUV117.37117.64175.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.73%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=49.73%
G=23.51%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184879900.530.460.28352.5840.5953.14
HexB857630352E1C1612935
Octal27012714306556345415165
Binary1011100010101111100011011010110111011100101100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85763; }

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

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

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

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

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

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

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

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