#B9546A

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

Shades of Blush #B9546A

Tints of Blush #B9546A

Color information

#B9546A (or 0xB9546A) is unknown color: approx Blush. HEX triplet: B9, 54 and 6A. RGB value is (185,84,106). Sum of RGB (Red+Green+Blue) = 185+84+106=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9546A is #46AB95. Grayscale: #747474. Windows color (decimal): -4631446 or 6968505. OLE color: 6968505.

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

Color convert

RGB18584106-
CMYK00.550.430.27
HSL346.93º41.91%52.75%-
HSV(B)346.93º54.59%72.55%-
XYZ25.7817.715.69-
YUV116.71121.96176.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=49.33%
G=22.4%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858410600.550.430.27346.9341.9152.75
HexB9546A0372B1B15b2a35
Octal27112415206753335335265
Binary1011100110101001101010011011110101111011101011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9546A; }

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

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

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

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

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

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

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

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