#B85B61

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

Shades of Blush #B85B61

Tints of Blush #B85B61

Color information

#B85B61 (or 0xB85B61) is unknown color: approx Blush. HEX triplet: B8, 5B and 61. RGB value is (184,91,97). Sum of RGB (Red+Green+Blue) = 184+91+97=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B61 is #47A49E. Grayscale: #777777. Windows color (decimal): -4695199 or 6380472. OLE color: 6380472.

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

Color convert

RGB1849197-
CMYK00.510.470.28
HSL356.13º39.57%53.92%-
HSV(B)356.13º50.54%72.16%-
XYZ25.6718.5413.53-
YUV119.49115.31174.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=49.46%
G=24.46%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184919700.510.470.28356.1339.5753.92
HexB85B610332F1C1642836
Octal27013314106357345445066
Binary1011100010110111100001011001110111111100101100100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B61; }

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

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

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

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

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

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

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

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