#B8586E

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

Shades of Blush #B8586E

Tints of Blush #B8586E

Color information

#B8586E (or 0xB8586E) is unknown color: approx Blush. HEX triplet: B8, 58 and 6E. RGB value is (184,88,110). Sum of RGB (Red+Green+Blue) = 184+88+110=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8586E is #47A791. Grayscale: #777777. Windows color (decimal): -4695954 or 7231672. OLE color: 7231672.

HSL color Cylindrical-coordinate representation of color #B8586E: hue angle of 346.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8586E is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18488110-
CMYK00.520.400.28
HSL346.25º40.34%53.33%-
HSV(B)346.25º52.17%72.16%-
XYZ26.0718.316.91-
YUV119.21122.8174.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=48.17%
G=23.04%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848811000.520.400.28346.2540.3453.33
HexB8586E034281C15a2835
Octal27013015606450345325065
Binary1011100010110001101110011010010100011100101011010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8586E; }

 p { color: rgb(184,88,110); }

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

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

 a { background-color: rgb(184,88,110); }

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

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

 span { border-color: rgb(184,88,110); }

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