#B6576A

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

Shades of Blush #B6576A

Tints of Blush #B6576A

Color information

#B6576A (or 0xB6576A) is unknown color: approx Blush. HEX triplet: B6, 57 and 6A. RGB value is (182,87,106). Sum of RGB (Red+Green+Blue) = 182+87+106=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6576A is #49A895. Grayscale: #757575. Windows color (decimal): -4827286 or 6969270. OLE color: 6969270.

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

Color convert

RGB18287106-
CMYK00.520.420.29
HSL348º39.42%52.75%-
HSV(B)348º52.2%71.37%-
XYZ25.317.815.74-
YUV117.57121.47173.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=48.53%
G=23.2%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828710600.520.420.2934839.4252.75
HexB6576A0342A1D15c2735
Octal26612715206452355344765
Binary1011011010101111101010011010010101011101101011100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6576A; }

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

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

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

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

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

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

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

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