#B3586C

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

Shades of Blush #B3586C

Tints of Blush #B3586C

Color information

#B3586C (or 0xB3586C) is unknown color: approx Blush. HEX triplet: B3, 58 and 6C. RGB value is (179,88,108). Sum of RGB (Red+Green+Blue) = 179+88+108=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3586C is #4CA793. Grayscale: #757575. Windows color (decimal): -5023636 or 7100595. OLE color: 7100595.

HSL color Cylindrical-coordinate representation of color #B3586C: hue angle of 346.81º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3586C is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17988108-
CMYK00.510.400.30
HSL346.81º37.45%52.35%-
HSV(B)346.81º50.84%70.2%-
XYZ24.7917.6516.29-
YUV117.49122.65171.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=47.73%
G=23.47%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798810800.510.400.30346.8137.4552.35
HexB3586C033281E15b2534
Octal26313015406350365334564
Binary1011001110110001101100011001110100011110101011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3586C; }

 p { color: rgb(179,88,108); }

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

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

 a { background-color: rgb(179,88,108); }

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

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

 span { border-color: rgb(179,88,108); }

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