Shades of Roti #BDA045
Tints of Roti #BDA045
RGB
CMYK
RGB Variations
Color information
#BDA045 (or 0xBDA045) is known color: Roti. HEX triplet: BD, A0 and 45. RGB value is (189,160,69). Sum of RGB (Red+Green+Blue) = 189+160+69=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA045 is #425FBA. Grayscale: #9E9E9E. Windows color (decimal): -4349883 or 4563133. OLE color: 4563133.
HSL color Cylindrical-coordinate representation of color #BDA045: hue angle of 45.5º degrees, saturation: 0.48, 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 #BDA045 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 69 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.26 |
| HSL | 45.5º | 0.48% | 0.51% | - |
| HSV(B) | 45.5º | 0.63% | 0.74% | - |
| XYZ | 34.63 | 36.39 | 10.83 | - |
| YUV | 158.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 69 | 0 | 0.15 | 0.63 | 0.26 | 45.5 | 0.48 | 0.51 |
| Hex | BD | A0 | 45 | 0 | F | 3F | 1A | 2E | 30 | 33 |
| Octal | 275 | 240 | 105 | 0 | 17 | 77 | 32 | 56 | 60 | 63 |
| Binary | 10111101 | 10100000 | 1000101 | 0 | 1111 | 111111 | 11010 | 101110 | 110000 | 110011 |
Color Harmonies of #BDA045
Complementary color
Monochromatic Colors of #BDA045
Black with #BDA045
Text Example
Text Example
White with #BDA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA045; }
p { color: rgb(189,160,69); }
H1.HeaderClassName
{
color: #BDA045;
}
.AnyTagClassName
{
color: #BDA045;
}
</style>
background-color css
<style>
a { background-color: #BDA045; }
a { background-color: rgb(189,160,69); }
div.DivClassName
{
background-color: #BDA045;
}
.BgClassName
{
background-color: #BDA045;
}
</style>
border-color css
<style>
span { border-color: #BDA045; }
span { border-color: rgb(189,160,69); }
td.TdClassName
{
border-color: #BDA045;
}
.TagClassName
{
border-color: #BDA045;
}
</style>