#B85A6A

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

Shades of Blush #B85A6A

Tints of Blush #B85A6A

Color information

#B85A6A (or 0xB85A6A) is unknown color: approx Blush. HEX triplet: B8, 5A and 6A. RGB value is (184,90,106). Sum of RGB (Red+Green+Blue) = 184+90+106=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A6A is #47A595. Grayscale: #777777. Windows color (decimal): -4695446 or 6970040. OLE color: 6970040.

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

Color convert

RGB18490106-
CMYK00.510.420.28
HSL349.79º39.83%53.73%-
HSV(B)349.79º51.09%72.16%-
XYZ26.0218.5415.84-
YUV119.93120.14173.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=48.42%
G=23.68%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849010600.510.420.28349.7939.8353.73
HexB85A6A0332A1C15e2836
Octal27013215206352345365066
Binary1011100010110101101010011001110101011100101011110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A6A; }

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

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

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

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

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

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

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

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