#B9506E

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

Shades of Blush #B9506E

Tints of Blush #B9506E

Color information

#B9506E (or 0xB9506E) is unknown color: approx Blush. HEX triplet: B9, 50 and 6E. RGB value is (185,80,110). Sum of RGB (Red+Green+Blue) = 185+80+110=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9506E is #46AF91. Grayscale: #727272. Windows color (decimal): -4632466 or 7229625. OLE color: 7229625.

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

Color convert

RGB18580110-
CMYK00.570.410.27
HSL342.86º42.86%51.96%-
HSV(B)342.86º56.76%72.55%-
XYZ25.6917.1816.71-
YUV114.82125.29178.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=49.33%
G=21.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858011000.570.410.27342.8642.8651.96
HexB9506E039291B1572b34
Octal27112015607151335275364
Binary1011100110100001101110011100110100111011101010111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9506E; }

 p { color: rgb(185,80,110); }

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

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

 a { background-color: rgb(185,80,110); }

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

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

 span { border-color: rgb(185,80,110); }

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