Shades of Roti #BF9740
Tints of Roti #BF9740
RGB
CMYK
RGB Variations
Color information
#BF9740 (or 0xBF9740) is known color: Roti. HEX triplet: BF, 97 and 40. RGB value is (191,151,64). Sum of RGB (Red+Green+Blue) = 191+151+64=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9740 is #4068BF. Grayscale: #999999. Windows color (decimal): -4221120 or 4233151. OLE color: 4233151.
HSL color Cylindrical-coordinate representation of color #BF9740: hue angle of 41.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF9740 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 64 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.25 |
| HSL | 41.1º | 0.5% | 0.5% | - |
| HSV(B) | 41.1º | 0.66% | 0.75% | - |
| XYZ | 33.48 | 33.58 | 9.57 | - |
| YUV | 153.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 64 | 0 | 0.21 | 0.66 | 0.25 | 41.1 | 0.5 | 0.5 |
| Hex | BF | 97 | 40 | 0 | 15 | 42 | 19 | 29 | 32 | 32 |
| Octal | 277 | 227 | 100 | 0 | 25 | 102 | 31 | 51 | 62 | 62 |
| Binary | 10111111 | 10010111 | 1000000 | 0 | 10101 | 1000010 | 11001 | 101001 | 110010 | 110010 |
Color Harmonies of #BF9740
Complementary color
Monochromatic Colors of #BF9740
Black with #BF9740
Text Example
Text Example
White with #BF9740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9740; }
p { color: rgb(191,151,64); }
H1.HeaderClassName
{
color: #BF9740;
}
.AnyTagClassName
{
color: #BF9740;
}
</style>
background-color css
<style>
a { background-color: #BF9740; }
a { background-color: rgb(191,151,64); }
div.DivClassName
{
background-color: #BF9740;
}
.BgClassName
{
background-color: #BF9740;
}
</style>
border-color css
<style>
span { border-color: #BF9740; }
span { border-color: rgb(191,151,64); }
td.TdClassName
{
border-color: #BF9740;
}
.TagClassName
{
border-color: #BF9740;
}
</style>