#B85A62

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

Shades of Blush #B85A62

Tints of Blush #B85A62

Color information

#B85A62 (or 0xB85A62) is unknown color: approx Blush. HEX triplet: B8, 5A and 62. RGB value is (184,90,98). Sum of RGB (Red+Green+Blue) = 184+90+98=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A62 is #47A59D. Grayscale: #777777. Windows color (decimal): -4695454 or 6445752. OLE color: 6445752.

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

Color convert

RGB1849098-
CMYK00.510.470.28
HSL354.89º39.83%53.73%-
HSV(B)354.89º51.09%72.16%-
XYZ25.6318.3813.75-
YUV119.02116.14174.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=49.46%
G=24.19%
B=26.34%

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
Decimal184909800.510.470.28354.8939.8353.73
HexB85A620332F1C1632836
Octal27013214206357345435066
Binary1011100010110101100010011001110111111100101100011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A62; }

 p { color: rgb(184,90,98); }

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

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

 a { background-color: rgb(184,90,98); }

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

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

 span { border-color: rgb(184,90,98); }

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