Shades of Roti #BFA03B
Tints of Roti #BFA03B
RGB
CMYK
RGB Variations
Color information
#BFA03B (or 0xBFA03B) is known color: Roti. HEX triplet: BF, A0 and 3B. RGB value is (191,160,59). Sum of RGB (Red+Green+Blue) = 191+160+59=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA03B is #405FC4. Grayscale: #9E9E9E. Windows color (decimal): -4218821 or 3907775. OLE color: 3907775.
HSL color Cylindrical-coordinate representation of color #BFA03B: hue angle of 45.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFA03B is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 59 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.25 |
| HSL | 45.91º | 0.53% | 0.49% | - |
| HSV(B) | 45.91º | 0.69% | 0.75% | - |
| XYZ | 34.85 | 36.53 | 9.35 | - |
| YUV | 157.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 59 | 0 | 0.16 | 0.69 | 0.25 | 45.91 | 0.53 | 0.49 |
| Hex | BF | A0 | 3B | 0 | 10 | 45 | 19 | 2E | 35 | 31 |
| Octal | 277 | 240 | 73 | 0 | 20 | 105 | 31 | 56 | 65 | 61 |
| Binary | 10111111 | 10100000 | 111011 | 0 | 10000 | 1000101 | 11001 | 101110 | 110101 | 110001 |
Color Harmonies of #BFA03B
Complementary color
Monochromatic Colors of #BFA03B
Black with #BFA03B
Text Example
Text Example
White with #BFA03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA03B; }
p { color: rgb(191,160,59); }
H1.HeaderClassName
{
color: #BFA03B;
}
.AnyTagClassName
{
color: #BFA03B;
}
</style>
background-color css
<style>
a { background-color: #BFA03B; }
a { background-color: rgb(191,160,59); }
div.DivClassName
{
background-color: #BFA03B;
}
.BgClassName
{
background-color: #BFA03B;
}
</style>
border-color css
<style>
span { border-color: #BFA03B; }
span { border-color: rgb(191,160,59); }
td.TdClassName
{
border-color: #BFA03B;
}
.TagClassName
{
border-color: #BFA03B;
}
</style>