Shades of Roti #BF983B
Tints of Roti #BF983B
RGB
CMYK
RGB Variations
Color information
#BF983B (or 0xBF983B) is known color: Roti. HEX triplet: BF, 98 and 3B. RGB value is (191,152,59). Sum of RGB (Red+Green+Blue) = 191+152+59=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF983B is #4067C4. Grayscale: #999999. Windows color (decimal): -4220869 or 3905727. OLE color: 3905727.
HSL color Cylindrical-coordinate representation of color #BF983B: hue angle of 42.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF983B is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 59 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.25 |
| HSL | 42.27º | 0.53% | 0.49% | - |
| HSV(B) | 42.27º | 0.69% | 0.75% | - |
| XYZ | 33.5 | 33.85 | 8.91 | - |
| YUV | 153.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 59 | 0 | 0.20 | 0.69 | 0.25 | 42.27 | 0.53 | 0.49 |
| Hex | BF | 98 | 3B | 0 | 14 | 45 | 19 | 2A | 35 | 31 |
| Octal | 277 | 230 | 73 | 0 | 24 | 105 | 31 | 52 | 65 | 61 |
| Binary | 10111111 | 10011000 | 111011 | 0 | 10100 | 1000101 | 11001 | 101010 | 110101 | 110001 |
Color Harmonies of #BF983B
Complementary color
Monochromatic Colors of #BF983B
Black with #BF983B
Text Example
Text Example
White with #BF983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF983B; }
p { color: rgb(191,152,59); }
H1.HeaderClassName
{
color: #BF983B;
}
.AnyTagClassName
{
color: #BF983B;
}
</style>
background-color css
<style>
a { background-color: #BF983B; }
a { background-color: rgb(191,152,59); }
div.DivClassName
{
background-color: #BF983B;
}
.BgClassName
{
background-color: #BF983B;
}
</style>
border-color css
<style>
span { border-color: #BF983B; }
span { border-color: rgb(191,152,59); }
td.TdClassName
{
border-color: #BF983B;
}
.TagClassName
{
border-color: #BF983B;
}
</style>