Shades of Roti #BF983E
Tints of Roti #BF983E
RGB
CMYK
RGB Variations
Color information
#BF983E (or 0xBF983E) is known color: Roti. HEX triplet: BF, 98 and 3E. RGB value is (191,152,62). Sum of RGB (Red+Green+Blue) = 191+152+62=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF983E is #4067C1. Grayscale: #999999. Windows color (decimal): -4220866 or 4102335. OLE color: 4102335.
HSL color Cylindrical-coordinate representation of color #BF983E: hue angle of 41.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF983E is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 62 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.25 |
| HSL | 41.86º | 0.51% | 0.5% | - |
| HSV(B) | 41.86º | 0.68% | 0.75% | - |
| XYZ | 33.58 | 33.88 | 9.33 | - |
| YUV | 153.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 62 | 0 | 0.20 | 0.68 | 0.25 | 41.86 | 0.51 | 0.5 |
| Hex | BF | 98 | 3E | 0 | 14 | 44 | 19 | 2A | 33 | 32 |
| Octal | 277 | 230 | 76 | 0 | 24 | 104 | 31 | 52 | 63 | 62 |
| Binary | 10111111 | 10011000 | 111110 | 0 | 10100 | 1000100 | 11001 | 101010 | 110011 | 110010 |
Color Harmonies of #BF983E
Complementary color
Monochromatic Colors of #BF983E
Black with #BF983E
Text Example
Text Example
White with #BF983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF983E; }
p { color: rgb(191,152,62); }
H1.HeaderClassName
{
color: #BF983E;
}
.AnyTagClassName
{
color: #BF983E;
}
</style>
background-color css
<style>
a { background-color: #BF983E; }
a { background-color: rgb(191,152,62); }
div.DivClassName
{
background-color: #BF983E;
}
.BgClassName
{
background-color: #BF983E;
}
</style>
border-color css
<style>
span { border-color: #BF983E; }
span { border-color: rgb(191,152,62); }
td.TdClassName
{
border-color: #BF983E;
}
.TagClassName
{
border-color: #BF983E;
}
</style>