#BD9F9B

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

Shades of Martini #BD9F9B

Tints of Martini #BD9F9B

Color information

#BD9F9B (or 0xBD9F9B) is unknown color: approx Martini. HEX triplet: BD, 9F and 9B. RGB value is (189,159,155). Sum of RGB (Red+Green+Blue) = 189+159+155=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F9B is #426064. Grayscale: #A7A7A7. Windows color (decimal): -4350053 or 10198973. OLE color: 10198973.

HSL color Cylindrical-coordinate representation of color #BD9F9B: hue angle of 7.06º 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 #BD9F9B is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB189159155-
CMYK00.160.180.26
HSL7.06º20.48%67.45%-
HSV(B)7.06º17.99%74.12%-
XYZ39.337.9836.27-
YUV167.51120.94143.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=37.57%
G=31.61%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915915500.160.180.267.0620.4867.45
HexBD9F9B010121A71443
Octal2752372330202232724103
Binary1011110110011111100110110100001001011010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F9B; }

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

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

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

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

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

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

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

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