#B8566E

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

Shades of Blush #B8566E

Tints of Blush #B8566E

Color information

#B8566E (or 0xB8566E) is unknown color: approx Blush. HEX triplet: B8, 56 and 6E. RGB value is (184,86,110). Sum of RGB (Red+Green+Blue) = 184+86+110=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8566E is #47A991. Grayscale: #767676. Windows color (decimal): -4696466 or 7231160. OLE color: 7231160.

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

Color convert

RGB18486110-
CMYK00.530.400.28
HSL345.31º40.83%52.94%-
HSV(B)345.31º53.26%72.16%-
XYZ25.9117.9716.86-
YUV118.04123.47175.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=48.42%
G=22.63%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848611000.530.400.28345.3140.8352.94
HexB8566E035281C1592935
Octal27012615606550345315165
Binary1011100010101101101110011010110100011100101011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8566E; }

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

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

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

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

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

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

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

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