Shades of Roti #BF9E3F
Tints of Roti #BF9E3F
RGB
CMYK
RGB Variations
Color information
#BF9E3F (or 0xBF9E3F) is known color: Roti. HEX triplet: BF, 9E and 3F. RGB value is (191,158,63). Sum of RGB (Red+Green+Blue) = 191+158+63=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E3F is #4061C0. Grayscale: #9D9D9D. Windows color (decimal): -4219329 or 4169407. OLE color: 4169407.
HSL color Cylindrical-coordinate representation of color #BF9E3F: hue angle of 44.53º 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 #BF9E3F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 158 | 63 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.25 |
| HSL | 44.53º | 0.5% | 0.5% | - |
| HSV(B) | 44.53º | 0.67% | 0.75% | - |
| XYZ | 34.61 | 35.89 | 9.81 | - |
| YUV | 157.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 63 | 0 | 0.17 | 0.67 | 0.25 | 44.53 | 0.5 | 0.5 |
| Hex | BF | 9E | 3F | 0 | 11 | 43 | 19 | 2D | 32 | 32 |
| Octal | 277 | 236 | 77 | 0 | 21 | 103 | 31 | 55 | 62 | 62 |
| Binary | 10111111 | 10011110 | 111111 | 0 | 10001 | 1000011 | 11001 | 101101 | 110010 | 110010 |
Color Harmonies of #BF9E3F
Complementary color
Monochromatic Colors of #BF9E3F
Black with #BF9E3F
Text Example
Text Example
White with #BF9E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9E3F; }
p { color: rgb(191,158,63); }
H1.HeaderClassName
{
color: #BF9E3F;
}
.AnyTagClassName
{
color: #BF9E3F;
}
</style>
background-color css
<style>
a { background-color: #BF9E3F; }
a { background-color: rgb(191,158,63); }
div.DivClassName
{
background-color: #BF9E3F;
}
.BgClassName
{
background-color: #BF9E3F;
}
</style>
border-color css
<style>
span { border-color: #BF9E3F; }
span { border-color: rgb(191,158,63); }
td.TdClassName
{
border-color: #BF9E3F;
}
.TagClassName
{
border-color: #BF9E3F;
}
</style>