#B85E61

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

Shades of Blush #B85E61

Tints of Blush #B85E61

Color information

#B85E61 (or 0xB85E61) is unknown color: approx Blush. HEX triplet: B8, 5E and 61. RGB value is (184,94,97). Sum of RGB (Red+Green+Blue) = 184+94+97=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E61 is #47A19E. Grayscale: #797979. Windows color (decimal): -4694431 or 6381240. OLE color: 6381240.

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

Color convert

RGB1849497-
CMYK00.490.470.28
HSL358º38.79%54.51%-
HSV(B)358º48.91%72.16%-
XYZ25.9319.0613.62-
YUV121.25114.32172.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=49.07%
G=25.07%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184949700.490.470.2835838.7954.51
HexB85E610312F1C1662737
Octal27013614106157345464767
Binary1011100010111101100001011000110111111100101100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E61; }

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

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

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

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

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

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

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

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