Shades of Roti #BD9D49
Tints of Roti #BD9D49
RGB
CMYK
RGB Variations
Color information
#BD9D49 (or 0xBD9D49) is known color: Roti. HEX triplet: BD, 9D and 49. RGB value is (189,157,73). Sum of RGB (Red+Green+Blue) = 189+157+73=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9D49 is #4262B6. Grayscale: #9D9D9D. Windows color (decimal): -4350647 or 4824509. OLE color: 4824509.
HSL color Cylindrical-coordinate representation of color #BD9D49: hue angle of 43.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD9D49 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 73 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.26 |
| HSL | 43.45º | 0.47% | 0.51% | - |
| HSV(B) | 43.45º | 0.61% | 0.74% | - |
| XYZ | 34.25 | 35.41 | 11.33 | - |
| YUV | 156.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 73 | 0 | 0.17 | 0.61 | 0.26 | 43.45 | 0.47 | 0.51 |
| Hex | BD | 9D | 49 | 0 | 11 | 3D | 1A | 2B | 2F | 33 |
| Octal | 275 | 235 | 111 | 0 | 21 | 75 | 32 | 53 | 57 | 63 |
| Binary | 10111101 | 10011101 | 1001001 | 0 | 10001 | 111101 | 11010 | 101011 | 101111 | 110011 |
Color Harmonies of #BD9D49
Complementary color
Monochromatic Colors of #BD9D49
Black with #BD9D49
Text Example
Text Example
White with #BD9D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D49; }
p { color: rgb(189,157,73); }
H1.HeaderClassName
{
color: #BD9D49;
}
.AnyTagClassName
{
color: #BD9D49;
}
</style>
background-color css
<style>
a { background-color: #BD9D49; }
a { background-color: rgb(189,157,73); }
div.DivClassName
{
background-color: #BD9D49;
}
.BgClassName
{
background-color: #BD9D49;
}
</style>
border-color css
<style>
span { border-color: #BD9D49; }
span { border-color: rgb(189,157,73); }
td.TdClassName
{
border-color: #BD9D49;
}
.TagClassName
{
border-color: #BD9D49;
}
</style>