Shades of Roti #BDA047
Tints of Roti #BDA047
RGB
CMYK
RGB Variations
Color information
#BDA047 (or 0xBDA047) is known color: Roti. HEX triplet: BD, A0 and 47. RGB value is (189,160,71). Sum of RGB (Red+Green+Blue) = 189+160+71=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA047 is #425FB8. Grayscale: #9E9E9E. Windows color (decimal): -4349881 or 4694205. OLE color: 4694205.
HSL color Cylindrical-coordinate representation of color #BDA047: hue angle of 45.25º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDA047 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 71 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.26 |
| HSL | 45.25º | 0.47% | 0.51% | - |
| HSV(B) | 45.25º | 0.62% | 0.74% | - |
| XYZ | 34.69 | 36.42 | 11.16 | - |
| YUV | 158.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 71 | 0 | 0.15 | 0.62 | 0.26 | 45.25 | 0.47 | 0.51 |
| Hex | BD | A0 | 47 | 0 | F | 3E | 1A | 2D | 2F | 33 |
| Octal | 275 | 240 | 107 | 0 | 17 | 76 | 32 | 55 | 57 | 63 |
| Binary | 10111101 | 10100000 | 1000111 | 0 | 1111 | 111110 | 11010 | 101101 | 101111 | 110011 |
Color Harmonies of #BDA047
Complementary color
Monochromatic Colors of #BDA047
Black with #BDA047
Text Example
Text Example
White with #BDA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA047; }
p { color: rgb(189,160,71); }
H1.HeaderClassName
{
color: #BDA047;
}
.AnyTagClassName
{
color: #BDA047;
}
</style>
background-color css
<style>
a { background-color: #BDA047; }
a { background-color: rgb(189,160,71); }
div.DivClassName
{
background-color: #BDA047;
}
.BgClassName
{
background-color: #BDA047;
}
</style>
border-color css
<style>
span { border-color: #BDA047; }
span { border-color: rgb(189,160,71); }
td.TdClassName
{
border-color: #BDA047;
}
.TagClassName
{
border-color: #BDA047;
}
</style>