#B9516D

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

Shades of Blush #B9516D

Tints of Blush #B9516D

Color information

#B9516D (or 0xB9516D) is unknown color: approx Blush. HEX triplet: B9, 51 and 6D. RGB value is (185,81,109). Sum of RGB (Red+Green+Blue) = 185+81+109=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9516D is #46AE92. Grayscale: #737373. Windows color (decimal): -4632211 or 7164345. OLE color: 7164345.

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

Color convert

RGB18581109-
CMYK00.560.410.27
HSL343.85º42.62%52.16%-
HSV(B)343.85º56.22%72.55%-
XYZ25.7117.316.45-
YUV115.29124.46177.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=49.33%
G=21.6%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858110900.560.410.27343.8542.6252.16
HexB9516D038291B1582b34
Octal27112115507051335305364
Binary1011100110100011101101011100010100111011101011000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9516D; }

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

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

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

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

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

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

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

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