#B6585D

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

Shades of Blush #B6585D

Tints of Blush #B6585D

Color information

#B6585D (or 0xB6585D) is unknown color: approx Blush. HEX triplet: B6, 58 and 5D. RGB value is (182,88,93). Sum of RGB (Red+Green+Blue) = 182+88+93=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6585D is #49A7A2. Grayscale: #747474. Windows color (decimal): -4827043 or 6117558. OLE color: 6117558.

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

Color convert

RGB1828893-
CMYK00.520.490.29
HSL356.81º39.17%52.94%-
HSV(B)356.81º51.65%71.37%-
XYZ24.7617.7112.47-
YUV116.68114.64174.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=50.14%
G=24.24%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182889300.520.490.29356.8139.1752.94
HexB6585D034311D1652735
Octal26613013506461355454765
Binary1011011010110001011101011010011000111101101100101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6585D; }

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

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

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

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

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

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

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

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