Shades of Roti #BF973F
Tints of Roti #BF973F
RGB
CMYK
RGB Variations
Color information
#BF973F (or 0xBF973F) is known color: Roti. HEX triplet: BF, 97 and 3F. RGB value is (191,151,63). Sum of RGB (Red+Green+Blue) = 191+151+63=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF973F is #4068C0. Grayscale: #999999. Windows color (decimal): -4221121 or 4167615. OLE color: 4167615.
HSL color Cylindrical-coordinate representation of color #BF973F: hue angle of 41.25º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF973F is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 63 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.25 |
| HSL | 41.25º | 0.5% | 0.5% | - |
| HSV(B) | 41.25º | 0.67% | 0.75% | - |
| XYZ | 33.45 | 33.57 | 9.42 | - |
| YUV | 152.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 63 | 0 | 0.21 | 0.67 | 0.25 | 41.25 | 0.5 | 0.5 |
| Hex | BF | 97 | 3F | 0 | 15 | 43 | 19 | 29 | 32 | 32 |
| Octal | 277 | 227 | 77 | 0 | 25 | 103 | 31 | 51 | 62 | 62 |
| Binary | 10111111 | 10010111 | 111111 | 0 | 10101 | 1000011 | 11001 | 101001 | 110010 | 110010 |
Color Harmonies of #BF973F
Complementary color
Monochromatic Colors of #BF973F
Black with #BF973F
Text Example
Text Example
White with #BF973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF973F; }
p { color: rgb(191,151,63); }
H1.HeaderClassName
{
color: #BF973F;
}
.AnyTagClassName
{
color: #BF973F;
}
</style>
background-color css
<style>
a { background-color: #BF973F; }
a { background-color: rgb(191,151,63); }
div.DivClassName
{
background-color: #BF973F;
}
.BgClassName
{
background-color: #BF973F;
}
</style>
border-color css
<style>
span { border-color: #BF973F; }
span { border-color: rgb(191,151,63); }
td.TdClassName
{
border-color: #BF973F;
}
.TagClassName
{
border-color: #BF973F;
}
</style>