Shades of Roti #BD9F46
Tints of Roti #BD9F46
RGB
CMYK
RGB Variations
Color information
#BD9F46 (or 0xBD9F46) is known color: Roti. HEX triplet: BD, 9F and 46. RGB value is (189,159,70). Sum of RGB (Red+Green+Blue) = 189+159+70=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F46 is #4260B9. Grayscale: #9E9E9E. Windows color (decimal): -4350138 or 4628413. OLE color: 4628413.
HSL color Cylindrical-coordinate representation of color #BD9F46: hue angle of 44.87º 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 #BD9F46 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 70 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.26 |
| HSL | 44.87º | 0.47% | 0.51% | - |
| HSV(B) | 44.87º | 0.63% | 0.74% | - |
| XYZ | 34.49 | 36.06 | 10.94 | - |
| YUV | 157.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 70 | 0 | 0.16 | 0.63 | 0.26 | 44.87 | 0.47 | 0.51 |
| Hex | BD | 9F | 46 | 0 | 10 | 3F | 1A | 2D | 2F | 33 |
| Octal | 275 | 237 | 106 | 0 | 20 | 77 | 32 | 55 | 57 | 63 |
| Binary | 10111101 | 10011111 | 1000110 | 0 | 10000 | 111111 | 11010 | 101101 | 101111 | 110011 |
Color Harmonies of #BD9F46
Complementary color
Monochromatic Colors of #BD9F46
Black with #BD9F46
Text Example
Text Example
White with #BD9F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F46; }
p { color: rgb(189,159,70); }
H1.HeaderClassName
{
color: #BD9F46;
}
.AnyTagClassName
{
color: #BD9F46;
}
</style>
background-color css
<style>
a { background-color: #BD9F46; }
a { background-color: rgb(189,159,70); }
div.DivClassName
{
background-color: #BD9F46;
}
.BgClassName
{
background-color: #BD9F46;
}
</style>
border-color css
<style>
span { border-color: #BD9F46; }
span { border-color: rgb(189,159,70); }
td.TdClassName
{
border-color: #BD9F46;
}
.TagClassName
{
border-color: #BD9F46;
}
</style>