#B3586A

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

Shades of Blush #B3586A

Tints of Blush #B3586A

Color information

#B3586A (or 0xB3586A) is unknown color: approx Blush. HEX triplet: B3, 58 and 6A. RGB value is (179,88,106). Sum of RGB (Red+Green+Blue) = 179+88+106=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3586A is #4CA795. Grayscale: #757575. Windows color (decimal): -5023638 or 6969523. OLE color: 6969523.

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

Color convert

RGB17988106-
CMYK00.510.410.30
HSL348.13º37.45%52.35%-
HSV(B)348.13º50.84%70.2%-
XYZ24.6817.615.73-
YUV117.26121.65172.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=47.99%
G=23.59%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798810600.510.410.30348.1337.4552.35
HexB3586A033291E15c2534
Octal26313015206351365344564
Binary1011001110110001101010011001110100111110101011100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3586A; }

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

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

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

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

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

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

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

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