#B0586A

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

Shades of Blush #B0586A

Tints of Blush #B0586A

Color information

#B0586A (or 0xB0586A) is unknown color: approx Blush. HEX triplet: B0, 58 and 6A. RGB value is (176,88,106). Sum of RGB (Red+Green+Blue) = 176+88+106=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0586A is #4FA795. Grayscale: #747474. Windows color (decimal): -5220246 or 6969520. OLE color: 6969520.

HSL color Cylindrical-coordinate representation of color #B0586A: hue angle of 347.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0586A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17688106-
CMYK00.500.400.31
HSL347.73º35.77%51.76%-
HSV(B)347.73º50%69.02%-
XYZ2417.2515.7-
YUV116.36122.15170.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=47.57%
G=23.78%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768810600.500.400.31347.7335.7751.76
HexB0586A032281F15c2434
Octal26013015206250375344464
Binary1011000010110001101010011001010100011111101011100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0586A; }

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

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

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

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

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

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

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

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