Shades of Martini #BDA29B
Tints of Martini #BDA29B
RGB
CMYK
RGB Variations
Color information
#BDA29B (or 0xBDA29B) is known color: Martini. HEX triplet: BD, A2 and 9B. RGB value is (189,162,155). Sum of RGB (Red+Green+Blue) = 189+162+155=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA29B is #425D64. Grayscale: #A9A9A9. Windows color (decimal): -4349285 or 10199741. OLE color: 10199741.
HSL color Cylindrical-coordinate representation of color #BDA29B: hue angle of 12.35º 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 #BDA29B is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 155 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.26 |
| HSL | 12.35º | 0.2% | 0.67% | - |
| HSV(B) | 12.35º | 0.18% | 0.74% | - |
| XYZ | 39.82 | 39.03 | 36.44 | - |
| YUV | 169.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 155 | 0 | 0.14 | 0.18 | 0.26 | 12.35 | 0.2 | 0.67 |
| Hex | BD | A2 | 9B | 0 | E | 12 | 1A | C | 14 | 43 |
| Octal | 275 | 242 | 233 | 0 | 16 | 22 | 32 | 14 | 24 | 103 |
| Binary | 10111101 | 10100010 | 10011011 | 0 | 1110 | 10010 | 11010 | 1100 | 10100 | 1000011 |
Color Harmonies of #BDA29B
Complementary color
Monochromatic Colors of #BDA29B
Black with #BDA29B
Text Example
Text Example
White with #BDA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA29B; }
p { color: rgb(189,162,155); }
H1.HeaderClassName
{
color: #BDA29B;
}
.AnyTagClassName
{
color: #BDA29B;
}
</style>
background-color css
<style>
a { background-color: #BDA29B; }
a { background-color: rgb(189,162,155); }
div.DivClassName
{
background-color: #BDA29B;
}
.BgClassName
{
background-color: #BDA29B;
}
</style>
border-color css
<style>
span { border-color: #BDA29B; }
span { border-color: rgb(189,162,155); }
td.TdClassName
{
border-color: #BDA29B;
}
.TagClassName
{
border-color: #BDA29B;
}
</style>