#B9545C

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

Shades of Blush #B9545C

Tints of Blush #B9545C

Color information

#B9545C (or 0xB9545C) is unknown color: approx Blush. HEX triplet: B9, 54 and 5C. RGB value is (185,84,92). Sum of RGB (Red+Green+Blue) = 185+84+92=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9545C is #46ABA3. Grayscale: #737373. Windows color (decimal): -4631460 or 6051001. OLE color: 6051001.

HSL color Cylindrical-coordinate representation of color #B9545C: hue angle of 355.25º 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 #B9545C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1858492-
CMYK00.550.500.27
HSL355.25º41.91%52.75%-
HSV(B)355.25º54.59%72.55%-
XYZ25.1117.4312.17-
YUV115.11114.96177.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 92 (36.33% from 255) = 25.48%
R=51.25%
G=23.27%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185849200.550.500.27355.2541.9152.75
HexB9545C037321B1632a35
Octal27112413406762335435265
Binary1011100110101001011100011011111001011011101100011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9545C; }

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

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

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

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

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

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

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

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