#B8555F

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

Shades of Blush #B8555F

Tints of Blush #B8555F

Color information

#B8555F (or 0xB8555F) is unknown color: approx Blush. HEX triplet: B8, 55 and 5F. RGB value is (184,85,95). Sum of RGB (Red+Green+Blue) = 184+85+95=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8555F is #47AAA0. Grayscale: #737373. Windows color (decimal): -4696737 or 6247864. OLE color: 6247864.

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

Color convert

RGB1848595-
CMYK00.540.480.28
HSL353.94º41.08%52.75%-
HSV(B)353.94º53.8%72.16%-
XYZ25.0817.5112.89-
YUV115.74116.3176.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=50.55%
G=23.35%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184859500.540.480.28353.9441.0852.75
HexB8555F036301C1622935
Octal27012513706660345425165
Binary1011100010101011011111011011011000011100101100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8555F; }

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

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

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

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

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

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

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

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