#b6575e

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

Shades of Blush #B6575E

Tints of Blush #B6575E

Color information

#B6575E (or 0xB6575E) is unknown color: approx Blush. HEX triplet: B6, 57 and 5E. RGB value is (182,87,94). Sum of RGB (Red+Green+Blue) = 182+87+94=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6575E is #49A8A1. Grayscale: #747474. Windows color (decimal): -4827298 or 6182838. OLE color: 6182838.

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

Color convert

RGB1828794-
CMYK00.520.480.29
HSL355.58º39.42%52.75%-
HSV(B)355.58º52.2%71.37%-
XYZ24.7217.5712.68-
YUV116.2115.47174.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=50.14%
G=23.97%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182879400.520.480.29355.5839.4252.75
HexB6575E034301D1642735
Octal26612713606460355444765
Binary1011011010101111011110011010011000011101101100100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6575e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6575e; }

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

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

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

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

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

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

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

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