Shades of Martini #BDA09B
Tints of Martini #BDA09B
RGB
CMYK
RGB Variations
Color information
#BDA09B (or 0xBDA09B) is known color: Martini. HEX triplet: BD, A0 and 9B. RGB value is (189,160,155). Sum of RGB (Red+Green+Blue) = 189+160+155=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA09B is #425F64. Grayscale: #A8A8A8. Windows color (decimal): -4349797 or 10199229. OLE color: 10199229.
HSL color Cylindrical-coordinate representation of color #BDA09B: hue angle of 8.82º 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 #BDA09B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 160 | 155 | - |
CMYK | 0 | 0.15 | 0.18 | 0.26 |
HSL | 8.82º | 0.2% | 0.67% | - |
HSV(B) | 8.82º | 0.18% | 0.74% | - |
XYZ | 39.47 | 38.33 | 36.33 | - |
YUV | 168.1 | 120.61 | 142.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 160 | 155 | 0 | 0.15 | 0.18 | 0.26 | 8.82 | 0.2 | 0.67 |
Hex | BD | A0 | 9B | 0 | F | 12 | 1A | 9 | 14 | 43 |
Octal | 275 | 240 | 233 | 0 | 17 | 22 | 32 | 11 | 24 | 103 |
Binary | 10111101 | 10100000 | 10011011 | 0 | 1111 | 10010 | 11010 | 1001 | 10100 | 1000011 |
Color Harmonies of #BDA09B
Complementary color
Monochromatic Colors of #BDA09B
Black with #BDA09B
Text Example
Text Example
White with #BDA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA09B; }
p { color: rgb(189,160,155); }
H1.HeaderClassName
{
color: #BDA09B;
}
.AnyTagClassName
{
color: #BDA09B;
}
</style>
background-color css
<style>
a { background-color: #BDA09B; }
a { background-color: rgb(189,160,155); }
div.DivClassName
{
background-color: #BDA09B;
}
.BgClassName
{
background-color: #BDA09B;
}
</style>
border-color css
<style>
span { border-color: #BDA09B; }
span { border-color: rgb(189,160,155); }
td.TdClassName
{
border-color: #BDA09B;
}
.TagClassName
{
border-color: #BDA09B;
}
</style>