Shades of Roti #BF983D
Tints of Roti #BF983D
RGB
CMYK
RGB Variations
Color information
#BF983D (or 0xBF983D) is known color: Roti. HEX triplet: BF, 98 and 3D. RGB value is (191,152,61). Sum of RGB (Red+Green+Blue) = 191+152+61=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF983D is #4067C2. Grayscale: #999999. Windows color (decimal): -4220867 or 4036799. OLE color: 4036799.
HSL color Cylindrical-coordinate representation of color #BF983D: hue angle of 42º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF983D is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 61 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.25 |
| HSL | 42º | 0.52% | 0.49% | - |
| HSV(B) | 42º | 0.68% | 0.75% | - |
| XYZ | 33.56 | 33.87 | 9.18 | - |
| YUV | 153.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 61 | 0 | 0.20 | 0.68 | 0.25 | 42 | 0.52 | 0.49 |
| Hex | BF | 98 | 3D | 0 | 14 | 44 | 19 | 2A | 34 | 31 |
| Octal | 277 | 230 | 75 | 0 | 24 | 104 | 31 | 52 | 64 | 61 |
| Binary | 10111111 | 10011000 | 111101 | 0 | 10100 | 1000100 | 11001 | 101010 | 110100 | 110001 |
Color Harmonies of #BF983D
Complementary color
Monochromatic Colors of #BF983D
Black with #BF983D
Text Example
Text Example
White with #BF983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF983D; }
p { color: rgb(191,152,61); }
H1.HeaderClassName
{
color: #BF983D;
}
.AnyTagClassName
{
color: #BF983D;
}
</style>
background-color css
<style>
a { background-color: #BF983D; }
a { background-color: rgb(191,152,61); }
div.DivClassName
{
background-color: #BF983D;
}
.BgClassName
{
background-color: #BF983D;
}
</style>
border-color css
<style>
span { border-color: #BF983D; }
span { border-color: rgb(191,152,61); }
td.TdClassName
{
border-color: #BF983D;
}
.TagClassName
{
border-color: #BF983D;
}
</style>