Shades of Roti #BF983A
Tints of Roti #BF983A
RGB
CMYK
RGB Variations
Color information
#BF983A (or 0xBF983A) is known color: Roti. HEX triplet: BF, 98 and 3A. RGB value is (191,152,58). Sum of RGB (Red+Green+Blue) = 191+152+58=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF983A is #4067C5. Grayscale: #999999. Windows color (decimal): -4220870 or 3840191. OLE color: 3840191.
HSL color Cylindrical-coordinate representation of color #BF983A: hue angle of 42.41º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF983A is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 58 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.25 |
| HSL | 42.41º | 0.53% | 0.49% | - |
| HSV(B) | 42.41º | 0.7% | 0.75% | - |
| XYZ | 33.48 | 33.84 | 8.77 | - |
| YUV | 152.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 58 | 0 | 0.20 | 0.70 | 0.25 | 42.41 | 0.53 | 0.49 |
| Hex | BF | 98 | 3A | 0 | 14 | 46 | 19 | 2A | 35 | 31 |
| Octal | 277 | 230 | 72 | 0 | 24 | 106 | 31 | 52 | 65 | 61 |
| Binary | 10111111 | 10011000 | 111010 | 0 | 10100 | 1000110 | 11001 | 101010 | 110101 | 110001 |
Color Harmonies of #BF983A
Complementary color
Monochromatic Colors of #BF983A
Black with #BF983A
Text Example
Text Example
White with #BF983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF983A; }
p { color: rgb(191,152,58); }
H1.HeaderClassName
{
color: #BF983A;
}
.AnyTagClassName
{
color: #BF983A;
}
</style>
background-color css
<style>
a { background-color: #BF983A; }
a { background-color: rgb(191,152,58); }
div.DivClassName
{
background-color: #BF983A;
}
.BgClassName
{
background-color: #BF983A;
}
</style>
border-color css
<style>
span { border-color: #BF983A; }
span { border-color: rgb(191,152,58); }
td.TdClassName
{
border-color: #BF983A;
}
.TagClassName
{
border-color: #BF983A;
}
</style>