#B6576B

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

Shades of Blush #B6576B

Tints of Blush #B6576B

Color information

#B6576B (or 0xB6576B) is unknown color: approx Blush. HEX triplet: B6, 57 and 6B. RGB value is (182,87,107). Sum of RGB (Red+Green+Blue) = 182+87+107=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6576B is #49A894. Grayscale: #757575. Windows color (decimal): -4827285 or 7034806. OLE color: 7034806.

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

Color convert

RGB18287107-
CMYK00.520.410.29
HSL347.37º39.42%52.75%-
HSV(B)347.37º52.2%71.37%-
XYZ25.3517.8216.01-
YUV117.68121.97173.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=48.40%
G=23.14%
B=28.46%

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
Decimal1828710700.520.410.29347.3739.4252.75
HexB6576B034291D15b2735
Octal26612715306451355334765
Binary1011011010101111101011011010010100111101101011011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6576B; }

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

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

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

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

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

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

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

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