#B8546D

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

Shades of Blush #B8546D

Tints of Blush #B8546D

Color information

#B8546D (or 0xB8546D) is unknown color: approx Blush. HEX triplet: B8, 54 and 6D. RGB value is (184,84,109). Sum of RGB (Red+Green+Blue) = 184+84+109=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8546D is #47AB92. Grayscale: #747474. Windows color (decimal): -4696979 or 7165112. OLE color: 7165112.

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

Color convert

RGB18484109-
CMYK00.540.410.28
HSL345º41.32%52.55%-
HSV(B)345º54.35%72.16%-
XYZ25.717.6416.52-
YUV116.75123.63175.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=48.81%
G=22.28%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848410900.540.410.2834541.3252.55
HexB8546D036291C1592935
Octal27012415506651345315165
Binary1011100010101001101101011011010100111100101011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8546D; }

 p { color: rgb(184,84,109); }

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

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

 a { background-color: rgb(184,84,109); }

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

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

 span { border-color: rgb(184,84,109); }

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