Shades of Martini #BDA19C
Tints of Martini #BDA19C
RGB
CMYK
RGB Variations
Color information
#BDA19C (or 0xBDA19C) is known color: Martini. HEX triplet: BD, A1 and 9C. RGB value is (189,161,156). Sum of RGB (Red+Green+Blue) = 189+161+156=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA19C is #425E63. Grayscale: #A8A8A8. Windows color (decimal): -4349540 or 10265021. OLE color: 10265021.
HSL color Cylindrical-coordinate representation of color #BDA19C: hue angle of 9.09º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA19C is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 156 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.26 |
| HSL | 9.09º | 0.2% | 0.68% | - |
| HSV(B) | 9.09º | 0.17% | 0.74% | - |
| XYZ | 39.73 | 38.71 | 36.83 | - |
| YUV | 168.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 156 | 0 | 0.15 | 0.17 | 0.26 | 9.09 | 0.2 | 0.68 |
| Hex | BD | A1 | 9C | 0 | F | 11 | 1A | 9 | 14 | 44 |
| Octal | 275 | 241 | 234 | 0 | 17 | 21 | 32 | 11 | 24 | 104 |
| Binary | 10111101 | 10100001 | 10011100 | 0 | 1111 | 10001 | 11010 | 1001 | 10100 | 1000100 |
Color Harmonies of #BDA19C
Complementary color
Monochromatic Colors of #BDA19C
Black with #BDA19C
Text Example
Text Example
White with #BDA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA19C; }
p { color: rgb(189,161,156); }
H1.HeaderClassName
{
color: #BDA19C;
}
.AnyTagClassName
{
color: #BDA19C;
}
</style>
background-color css
<style>
a { background-color: #BDA19C; }
a { background-color: rgb(189,161,156); }
div.DivClassName
{
background-color: #BDA19C;
}
.BgClassName
{
background-color: #BDA19C;
}
</style>
border-color css
<style>
span { border-color: #BDA19C; }
span { border-color: rgb(189,161,156); }
td.TdClassName
{
border-color: #BDA19C;
}
.TagClassName
{
border-color: #BDA19C;
}
</style>