#B9516B

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

Shades of Blush #B9516B

Tints of Blush #B9516B

Color information

#B9516B (or 0xB9516B) is unknown color: approx Blush. HEX triplet: B9, 51 and 6B. RGB value is (185,81,107). Sum of RGB (Red+Green+Blue) = 185+81+107=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9516B is #46AE94. Grayscale: #737373. Windows color (decimal): -4632213 or 7033273. OLE color: 7033273.

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

Color convert

RGB18581107-
CMYK00.560.420.27
HSL345º42.62%52.16%-
HSV(B)345º56.22%72.55%-
XYZ25.617.2615.89-
YUV115.06123.46177.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=49.60%
G=21.72%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858110700.560.420.2734542.6252.16
HexB9516B0382A1B1592b34
Octal27112115307052335315364
Binary1011100110100011101011011100010101011011101011001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9516B; }

 p { color: rgb(185,81,107); }

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

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

 a { background-color: rgb(185,81,107); }

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

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

 span { border-color: rgb(185,81,107); }

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