Shades of Roti #BFA03D
Tints of Roti #BFA03D
RGB
CMYK
RGB Variations
Color information
#BFA03D (or 0xBFA03D) is known color: Roti. HEX triplet: BF, A0 and 3D. RGB value is (191,160,61). Sum of RGB (Red+Green+Blue) = 191+160+61=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA03D is #405FC2. Grayscale: #9E9E9E. Windows color (decimal): -4218819 or 4038847. OLE color: 4038847.
HSL color Cylindrical-coordinate representation of color #BFA03D: hue angle of 45.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFA03D is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 61 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.25 |
| HSL | 45.69º | 0.52% | 0.49% | - |
| HSV(B) | 45.69º | 0.68% | 0.75% | - |
| XYZ | 34.9 | 36.55 | 9.63 | - |
| YUV | 157.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 61 | 0 | 0.16 | 0.68 | 0.25 | 45.69 | 0.52 | 0.49 |
| Hex | BF | A0 | 3D | 0 | 10 | 44 | 19 | 2E | 34 | 31 |
| Octal | 277 | 240 | 75 | 0 | 20 | 104 | 31 | 56 | 64 | 61 |
| Binary | 10111111 | 10100000 | 111101 | 0 | 10000 | 1000100 | 11001 | 101110 | 110100 | 110001 |
Color Harmonies of #BFA03D
Complementary color
Monochromatic Colors of #BFA03D
Black with #BFA03D
Text Example
Text Example
White with #BFA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA03D; }
p { color: rgb(191,160,61); }
H1.HeaderClassName
{
color: #BFA03D;
}
.AnyTagClassName
{
color: #BFA03D;
}
</style>
background-color css
<style>
a { background-color: #BFA03D; }
a { background-color: rgb(191,160,61); }
div.DivClassName
{
background-color: #BFA03D;
}
.BgClassName
{
background-color: #BFA03D;
}
</style>
border-color css
<style>
span { border-color: #BFA03D; }
span { border-color: rgb(191,160,61); }
td.TdClassName
{
border-color: #BFA03D;
}
.TagClassName
{
border-color: #BFA03D;
}
</style>