#BC9F9B

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

Shades of Martini #BC9F9B

Tints of Martini #BC9F9B

Color information

#BC9F9B (or 0xBC9F9B) is unknown color: approx Martini. HEX triplet: BC, 9F and 9B. RGB value is (188,159,155). Sum of RGB (Red+Green+Blue) = 188+159+155=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F9B is #436064. Grayscale: #A7A7A7. Windows color (decimal): -4415589 or 10198972. OLE color: 10198972.

HSL color Cylindrical-coordinate representation of color #BC9F9B: hue angle of 7.27º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9F9B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB188159155-
CMYK00.150.180.26
HSL7.27º19.76%67.25%-
HSV(B)7.27º17.55%73.73%-
XYZ39.0537.8536.26-
YUV167.21121.11142.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=37.45%
G=31.67%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815915500.150.180.267.2719.7667.25
HexBC9F9B0F121A71443
Octal2742372330172232724103
Binary101111001001111110011011011111001011010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F9B; }

 p { color: rgb(188,159,155); }

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

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

 a { background-color: rgb(188,159,155); }

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

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

 span { border-color: rgb(188,159,155); }

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