#B8556A

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

Shades of Blush #B8556A

Tints of Blush #B8556A

Color information

#B8556A (or 0xB8556A) is unknown color: approx Blush. HEX triplet: B8, 55 and 6A. RGB value is (184,85,106). Sum of RGB (Red+Green+Blue) = 184+85+106=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8556A is #47AA95. Grayscale: #757575. Windows color (decimal): -4696726 or 6968760. OLE color: 6968760.

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

Color convert

RGB18485106-
CMYK00.540.420.28
HSL347.27º41.08%52.75%-
HSV(B)347.27º53.8%72.16%-
XYZ25.6217.7315.71-
YUV117121.8175.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=49.07%
G=22.67%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848510600.540.420.28347.2741.0852.75
HexB8556A0362A1C15b2935
Octal27012515206652345335165
Binary1011100010101011101010011011010101011100101011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8556A; }

 p { color: rgb(184,85,106); }

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

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

 a { background-color: rgb(184,85,106); }

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

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

 span { border-color: rgb(184,85,106); }

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