Shades of Roti #BFA045
Tints of Roti #BFA045
RGB
CMYK
RGB Variations
Color information
#BFA045 (or 0xBFA045) is known color: Roti. HEX triplet: BF, A0 and 45. RGB value is (191,160,69). Sum of RGB (Red+Green+Blue) = 191+160+69=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA045 is #405FBA. Grayscale: #9F9F9F. Windows color (decimal): -4218811 or 4563135. OLE color: 4563135.
HSL color Cylindrical-coordinate representation of color #BFA045: hue angle of 44.75º 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 #BFA045 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 69 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.25 |
| HSL | 44.75º | 0.49% | 0.51% | - |
| HSV(B) | 44.75º | 0.64% | 0.75% | - |
| XYZ | 35.13 | 36.65 | 10.85 | - |
| YUV | 158.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 69 | 0 | 0.16 | 0.64 | 0.25 | 44.75 | 0.49 | 0.51 |
| Hex | BF | A0 | 45 | 0 | 10 | 40 | 19 | 2D | 31 | 33 |
| Octal | 277 | 240 | 105 | 0 | 20 | 100 | 31 | 55 | 61 | 63 |
| Binary | 10111111 | 10100000 | 1000101 | 0 | 10000 | 1000000 | 11001 | 101101 | 110001 | 110011 |
Color Harmonies of #BFA045
Complementary color
Monochromatic Colors of #BFA045
Black with #BFA045
Text Example
Text Example
White with #BFA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA045; }
p { color: rgb(191,160,69); }
H1.HeaderClassName
{
color: #BFA045;
}
.AnyTagClassName
{
color: #BFA045;
}
</style>
background-color css
<style>
a { background-color: #BFA045; }
a { background-color: rgb(191,160,69); }
div.DivClassName
{
background-color: #BFA045;
}
.BgClassName
{
background-color: #BFA045;
}
</style>
border-color css
<style>
span { border-color: #BFA045; }
span { border-color: rgb(191,160,69); }
td.TdClassName
{
border-color: #BFA045;
}
.TagClassName
{
border-color: #BFA045;
}
</style>