Shades of Martini #BDA19B
Tints of Martini #BDA19B
RGB
CMYK
RGB Variations
Color information
#BDA19B (or 0xBDA19B) is known color: Martini. HEX triplet: BD, A1 and 9B. RGB value is (189,161,155). Sum of RGB (Red+Green+Blue) = 189+161+155=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA19B is #425E64. Grayscale: #A8A8A8. Windows color (decimal): -4349541 or 10199485. OLE color: 10199485.
HSL color Cylindrical-coordinate representation of color #BDA19B: hue angle of 10.59º 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 #BDA19B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 155 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.26 |
| HSL | 10.59º | 0.2% | 0.67% | - |
| HSV(B) | 10.59º | 0.18% | 0.74% | - |
| XYZ | 39.65 | 38.68 | 36.39 | - |
| YUV | 168.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 155 | 0 | 0.15 | 0.18 | 0.26 | 10.59 | 0.2 | 0.67 |
| Hex | BD | A1 | 9B | 0 | F | 12 | 1A | B | 14 | 43 |
| Octal | 275 | 241 | 233 | 0 | 17 | 22 | 32 | 13 | 24 | 103 |
| Binary | 10111101 | 10100001 | 10011011 | 0 | 1111 | 10010 | 11010 | 1011 | 10100 | 1000011 |
Color Harmonies of #BDA19B
Complementary color
Monochromatic Colors of #BDA19B
Black with #BDA19B
Text Example
Text Example
White with #BDA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA19B; }
p { color: rgb(189,161,155); }
H1.HeaderClassName
{
color: #BDA19B;
}
.AnyTagClassName
{
color: #BDA19B;
}
</style>
background-color css
<style>
a { background-color: #BDA19B; }
a { background-color: rgb(189,161,155); }
div.DivClassName
{
background-color: #BDA19B;
}
.BgClassName
{
background-color: #BDA19B;
}
</style>
border-color css
<style>
span { border-color: #BDA19B; }
span { border-color: rgb(189,161,155); }
td.TdClassName
{
border-color: #BDA19B;
}
.TagClassName
{
border-color: #BDA19B;
}
</style>