Shades of Roti #BF9944
Tints of Roti #BF9944
RGB
CMYK
RGB Variations
Color information
#BF9944 (or 0xBF9944) is known color: Roti. HEX triplet: BF, 99 and 44. RGB value is (191,153,68). Sum of RGB (Red+Green+Blue) = 191+153+68=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9944 is #4066BB. Grayscale: #9B9B9B. Windows color (decimal): -4220604 or 4495807. OLE color: 4495807.
HSL color Cylindrical-coordinate representation of color #BF9944: hue angle of 41.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF9944 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 68 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.25 |
| HSL | 41.46º | 0.49% | 0.51% | - |
| HSV(B) | 41.46º | 0.64% | 0.75% | - |
| XYZ | 33.92 | 34.28 | 10.3 | - |
| YUV | 154.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 68 | 0 | 0.20 | 0.64 | 0.25 | 41.46 | 0.49 | 0.51 |
| Hex | BF | 99 | 44 | 0 | 14 | 40 | 19 | 29 | 31 | 33 |
| Octal | 277 | 231 | 104 | 0 | 24 | 100 | 31 | 51 | 61 | 63 |
| Binary | 10111111 | 10011001 | 1000100 | 0 | 10100 | 1000000 | 11001 | 101001 | 110001 | 110011 |
Color Harmonies of #BF9944
Complementary color
Monochromatic Colors of #BF9944
Black with #BF9944
Text Example
Text Example
White with #BF9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9944; }
p { color: rgb(191,153,68); }
H1.HeaderClassName
{
color: #BF9944;
}
.AnyTagClassName
{
color: #BF9944;
}
</style>
background-color css
<style>
a { background-color: #BF9944; }
a { background-color: rgb(191,153,68); }
div.DivClassName
{
background-color: #BF9944;
}
.BgClassName
{
background-color: #BF9944;
}
</style>
border-color css
<style>
span { border-color: #BF9944; }
span { border-color: rgb(191,153,68); }
td.TdClassName
{
border-color: #BF9944;
}
.TagClassName
{
border-color: #BF9944;
}
</style>