#B85B5E

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

Shades of Blush #B85B5E

Tints of Blush #B85B5E

Color information

#B85B5E (or 0xB85B5E) is unknown color: approx Blush. HEX triplet: B8, 5B and 5E. RGB value is (184,91,94). Sum of RGB (Red+Green+Blue) = 184+91+94=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B5E is #47A4A1. Grayscale: #777777. Windows color (decimal): -4695202 or 6183864. OLE color: 6183864.

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

Color convert

RGB1849194-
CMYK00.510.490.28
HSL358.06º39.57%53.92%-
HSV(B)358.06º50.54%72.16%-
XYZ25.5318.4812.81-
YUV119.15113.81174.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 91 (35.94% from 255) = 24.66%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=49.86%
G=24.66%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184919400.510.490.28358.0639.5753.92
HexB85B5E033311C1662836
Octal27013313606361345465066
Binary1011100010110111011110011001111000111100101100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B5E; }

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

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

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

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

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

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

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

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