#B8566F

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

Shades of Blush #B8566F

Tints of Blush #B8566F

Color information

#B8566F (or 0xB8566F) is unknown color: approx Blush. HEX triplet: B8, 56 and 6F. RGB value is (184,86,111). Sum of RGB (Red+Green+Blue) = 184+86+111=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8566F is #47A990. Grayscale: #767676. Windows color (decimal): -4696465 or 7296696. OLE color: 7296696.

HSL color Cylindrical-coordinate representation of color #B8566F: hue angle of 344.69º 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 #B8566F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18486111-
CMYK00.530.400.28
HSL344.69º40.83%52.94%-
HSV(B)344.69º53.26%72.16%-
XYZ25.9617.9917.14-
YUV118.15123.97174.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=48.29%
G=22.57%
B=29.13%

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
Decimal1848611100.530.400.28344.6940.8352.94
HexB8566F035281C1592935
Octal27012615706550345315165
Binary1011100010101101101111011010110100011100101011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8566F; }

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

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

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

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

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

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

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

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