#B0586B

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

Shades of Blush #B0586B

Tints of Blush #B0586B

Color information

#B0586B (or 0xB0586B) is unknown color: approx Blush. HEX triplet: B0, 58 and 6B. RGB value is (176,88,107). Sum of RGB (Red+Green+Blue) = 176+88+107=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0586B is #4FA794. Grayscale: #747474. Windows color (decimal): -5220245 or 7035056. OLE color: 7035056.

HSL color Cylindrical-coordinate representation of color #B0586B: hue angle of 347.05º 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 #B0586B is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17688107-
CMYK00.500.390.31
HSL347.05º35.77%51.76%-
HSV(B)347.05º50%69.02%-
XYZ24.0517.2715.98-
YUV116.48122.65170.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=47.44%
G=23.72%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768810700.500.390.31347.0535.7751.76
HexB0586B032271F15b2434
Octal26013015306247375334464
Binary1011000010110001101011011001010011111111101011011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0586B; }

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

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

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

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

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

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

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

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