#B6586B

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

Shades of Blush #B6586B

Tints of Blush #B6586B

Color information

#B6586B (or 0xB6586B) is unknown color: approx Blush. HEX triplet: B6, 58 and 6B. RGB value is (182,88,107). Sum of RGB (Red+Green+Blue) = 182+88+107=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6586B is #49A794. Grayscale: #767676. Windows color (decimal): -4827029 or 7035062. OLE color: 7035062.

HSL color Cylindrical-coordinate representation of color #B6586B: hue angle of 347.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6586B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18288107-
CMYK00.520.410.29
HSL347.87º39.17%52.94%-
HSV(B)347.87º51.65%71.37%-
XYZ25.4317.9916.04-
YUV118.27121.64173.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=48.28%
G=23.34%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828810700.520.410.29347.8739.1752.94
HexB6586B034291D15c2735
Octal26613015306451355344765
Binary1011011010110001101011011010010100111101101011100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6586B; }

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

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

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

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

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

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

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

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