Shades of Roti #BDA046
Tints of Roti #BDA046
RGB
CMYK
RGB Variations
Color information
#BDA046 (or 0xBDA046) is known color: Roti. HEX triplet: BD, A0 and 46. RGB value is (189,160,70). Sum of RGB (Red+Green+Blue) = 189+160+70=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA046 is #425FB9. Grayscale: #9E9E9E. Windows color (decimal): -4349882 or 4628669. OLE color: 4628669.
HSL color Cylindrical-coordinate representation of color #BDA046: hue angle of 45.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDA046 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 70 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.26 |
| HSL | 45.38º | 0.47% | 0.51% | - |
| HSV(B) | 45.38º | 0.63% | 0.74% | - |
| XYZ | 34.66 | 36.4 | 10.99 | - |
| YUV | 158.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 70 | 0 | 0.15 | 0.63 | 0.26 | 45.38 | 0.47 | 0.51 |
| Hex | BD | A0 | 46 | 0 | F | 3F | 1A | 2D | 2F | 33 |
| Octal | 275 | 240 | 106 | 0 | 17 | 77 | 32 | 55 | 57 | 63 |
| Binary | 10111101 | 10100000 | 1000110 | 0 | 1111 | 111111 | 11010 | 101101 | 101111 | 110011 |
Color Harmonies of #BDA046
Complementary color
Monochromatic Colors of #BDA046
Black with #BDA046
Text Example
Text Example
White with #BDA046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA046; }
p { color: rgb(189,160,70); }
H1.HeaderClassName
{
color: #BDA046;
}
.AnyTagClassName
{
color: #BDA046;
}
</style>
background-color css
<style>
a { background-color: #BDA046; }
a { background-color: rgb(189,160,70); }
div.DivClassName
{
background-color: #BDA046;
}
.BgClassName
{
background-color: #BDA046;
}
</style>
border-color css
<style>
span { border-color: #BDA046; }
span { border-color: rgb(189,160,70); }
td.TdClassName
{
border-color: #BDA046;
}
.TagClassName
{
border-color: #BDA046;
}
</style>