#B9506C

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

Shades of Blush #B9506C

Tints of Blush #B9506C

Color information

#B9506C (or 0xB9506C) is unknown color: approx Blush. HEX triplet: B9, 50 and 6C. RGB value is (185,80,108). Sum of RGB (Red+Green+Blue) = 185+80+108=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9506C is #46AF93. Grayscale: #727272. Windows color (decimal): -4632468 or 7098553. OLE color: 7098553.

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

Color convert

RGB18580108-
CMYK00.570.420.27
HSL344º42.86%51.96%-
HSV(B)344º56.76%72.55%-
XYZ25.5817.1316.15-
YUV114.59124.29178.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=49.60%
G=21.45%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858010800.570.420.2734442.8651.96
HexB9506C0392A1B1582b34
Octal27112015407152335305364
Binary1011100110100001101100011100110101011011101011000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9506C; }

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

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

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

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

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

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

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

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