#B9545F

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

Shades of Blush #B9545F

Tints of Blush #B9545F

Color information

#B9545F (or 0xB9545F) is unknown color: approx Blush. HEX triplet: B9, 54 and 5F. RGB value is (185,84,95). Sum of RGB (Red+Green+Blue) = 185+84+95=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9545F is #46ABA0. Grayscale: #737373. Windows color (decimal): -4631457 or 6247609. OLE color: 6247609.

HSL color Cylindrical-coordinate representation of color #B9545F: hue angle of 353.47º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9545F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1858495-
CMYK00.550.490.27
HSL353.47º41.91%52.75%-
HSV(B)353.47º54.59%72.55%-
XYZ25.2417.4812.87-
YUV115.45116.46177.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=50.82%
G=23.08%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185849500.550.490.27353.4741.9152.75
HexB9545F037311B1612a35
Octal27112413706761335415265
Binary1011100110101001011111011011111000111011101100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9545F; }

 p { color: rgb(185,84,95); }

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

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

 a { background-color: rgb(185,84,95); }

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

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

 span { border-color: rgb(185,84,95); }

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