#B8565D

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

Shades of Blush #B8565D

Tints of Blush #B8565D

Color information

#B8565D (or 0xB8565D) is unknown color: approx Blush. HEX triplet: B8, 56 and 5D. RGB value is (184,86,93). Sum of RGB (Red+Green+Blue) = 184+86+93=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8565D is #47A9A2. Grayscale: #747474. Windows color (decimal): -4696483 or 6117048. OLE color: 6117048.

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

Color convert

RGB1848693-
CMYK00.530.490.28
HSL355.71º40.83%52.94%-
HSV(B)355.71º53.26%72.16%-
XYZ25.0717.6412.44-
YUV116.1114.97176.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=50.69%
G=23.69%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184869300.530.490.28355.7140.8352.94
HexB8565D035311C1642935
Octal27012613506561345445165
Binary1011100010101101011101011010111000111100101100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8565D; }

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

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

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

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

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

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

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

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