#B9586A

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

Shades of Blush #B9586A

Tints of Blush #B9586A

Color information

#B9586A (or 0xB9586A) is unknown color: approx Blush. HEX triplet: B9, 58 and 6A. RGB value is (185,88,106). Sum of RGB (Red+Green+Blue) = 185+88+106=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9586A is #46A795. Grayscale: #777777. Windows color (decimal): -4630422 or 6969529. OLE color: 6969529.

HSL color Cylindrical-coordinate representation of color #B9586A: hue angle of 348.87º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9586A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18588106-
CMYK00.520.430.27
HSL348.87º40.93%53.53%-
HSV(B)348.87º52.43%72.55%-
XYZ26.118.3315.8-
YUV119.06120.64175.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=48.81%
G=23.22%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858810600.520.430.27348.8740.9353.53
HexB9586A0342B1B15d2936
Octal27113015206453335355166
Binary1011100110110001101010011010010101111011101011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9586A; }

 p { color: rgb(185,88,106); }

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

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

 a { background-color: rgb(185,88,106); }

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

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

 span { border-color: rgb(185,88,106); }

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