Shades of Roti #BDA040
Tints of Roti #BDA040
RGB
CMYK
RGB Variations
Color information
#BDA040 (or 0xBDA040) is known color: Roti. HEX triplet: BD, A0 and 40. RGB value is (189,160,64). Sum of RGB (Red+Green+Blue) = 189+160+64=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA040 is #425FBF. Grayscale: #9E9E9E. Windows color (decimal): -4349888 or 4235453. OLE color: 4235453.
HSL color Cylindrical-coordinate representation of color #BDA040: hue angle of 46.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDA040 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 64 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.26 |
| HSL | 46.08º | 0.49% | 0.5% | - |
| HSV(B) | 46.08º | 0.66% | 0.74% | - |
| XYZ | 34.48 | 36.33 | 10.05 | - |
| YUV | 157.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 64 | 0 | 0.15 | 0.66 | 0.26 | 46.08 | 0.49 | 0.5 |
| Hex | BD | A0 | 40 | 0 | F | 42 | 1A | 2E | 31 | 32 |
| Octal | 275 | 240 | 100 | 0 | 17 | 102 | 32 | 56 | 61 | 62 |
| Binary | 10111101 | 10100000 | 1000000 | 0 | 1111 | 1000010 | 11010 | 101110 | 110001 | 110010 |
Color Harmonies of #BDA040
Complementary color
Monochromatic Colors of #BDA040
Black with #BDA040
Text Example
Text Example
White with #BDA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA040; }
p { color: rgb(189,160,64); }
H1.HeaderClassName
{
color: #BDA040;
}
.AnyTagClassName
{
color: #BDA040;
}
</style>
background-color css
<style>
a { background-color: #BDA040; }
a { background-color: rgb(189,160,64); }
div.DivClassName
{
background-color: #BDA040;
}
.BgClassName
{
background-color: #BDA040;
}
</style>
border-color css
<style>
span { border-color: #BDA040; }
span { border-color: rgb(189,160,64); }
td.TdClassName
{
border-color: #BDA040;
}
.TagClassName
{
border-color: #BDA040;
}
</style>