Shades of Roti #BF973E
Tints of Roti #BF973E
RGB
CMYK
RGB Variations
Color information
#BF973E (or 0xBF973E) is known color: Roti. HEX triplet: BF, 97 and 3E. RGB value is (191,151,62). Sum of RGB (Red+Green+Blue) = 191+151+62=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF973E is #4068C1. Grayscale: #999999. Windows color (decimal): -4221122 or 4102079. OLE color: 4102079.
HSL color Cylindrical-coordinate representation of color #BF973E: hue angle of 41.4º 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 #BF973E is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 62 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.25 |
| HSL | 41.4º | 0.51% | 0.5% | - |
| HSV(B) | 41.4º | 0.68% | 0.75% | - |
| XYZ | 33.42 | 33.56 | 9.27 | - |
| YUV | 152.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 62 | 0 | 0.21 | 0.68 | 0.25 | 41.4 | 0.51 | 0.5 |
| Hex | BF | 97 | 3E | 0 | 15 | 44 | 19 | 29 | 33 | 32 |
| Octal | 277 | 227 | 76 | 0 | 25 | 104 | 31 | 51 | 63 | 62 |
| Binary | 10111111 | 10010111 | 111110 | 0 | 10101 | 1000100 | 11001 | 101001 | 110011 | 110010 |
Color Harmonies of #BF973E
Complementary color
Monochromatic Colors of #BF973E
Black with #BF973E
Text Example
Text Example
White with #BF973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF973E; }
p { color: rgb(191,151,62); }
H1.HeaderClassName
{
color: #BF973E;
}
.AnyTagClassName
{
color: #BF973E;
}
</style>
background-color css
<style>
a { background-color: #BF973E; }
a { background-color: rgb(191,151,62); }
div.DivClassName
{
background-color: #BF973E;
}
.BgClassName
{
background-color: #BF973E;
}
</style>
border-color css
<style>
span { border-color: #BF973E; }
span { border-color: rgb(191,151,62); }
td.TdClassName
{
border-color: #BF973E;
}
.TagClassName
{
border-color: #BF973E;
}
</style>