Shades of Roti #BFA043
Tints of Roti #BFA043
RGB
CMYK
RGB Variations
Color information
#BFA043 (or 0xBFA043) is known color: Roti. HEX triplet: BF, A0 and 43. RGB value is (191,160,67). Sum of RGB (Red+Green+Blue) = 191+160+67=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA043 is #405FBC. Grayscale: #9F9F9F. Windows color (decimal): -4218813 or 4432063. OLE color: 4432063.
HSL color Cylindrical-coordinate representation of color #BFA043: hue angle of 45º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFA043 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 67 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.25 |
| HSL | 45º | 0.49% | 0.51% | - |
| HSV(B) | 45º | 0.65% | 0.75% | - |
| XYZ | 35.07 | 36.62 | 10.53 | - |
| YUV | 158.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 67 | 0 | 0.16 | 0.65 | 0.25 | 45 | 0.49 | 0.51 |
| Hex | BF | A0 | 43 | 0 | 10 | 41 | 19 | 2D | 31 | 33 |
| Octal | 277 | 240 | 103 | 0 | 20 | 101 | 31 | 55 | 61 | 63 |
| Binary | 10111111 | 10100000 | 1000011 | 0 | 10000 | 1000001 | 11001 | 101101 | 110001 | 110011 |
Color Harmonies of #BFA043
Complementary color
Monochromatic Colors of #BFA043
Black with #BFA043
Text Example
Text Example
White with #BFA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA043; }
p { color: rgb(191,160,67); }
H1.HeaderClassName
{
color: #BFA043;
}
.AnyTagClassName
{
color: #BFA043;
}
</style>
background-color css
<style>
a { background-color: #BFA043; }
a { background-color: rgb(191,160,67); }
div.DivClassName
{
background-color: #BFA043;
}
.BgClassName
{
background-color: #BFA043;
}
</style>
border-color css
<style>
span { border-color: #BFA043; }
span { border-color: rgb(191,160,67); }
td.TdClassName
{
border-color: #BFA043;
}
.TagClassName
{
border-color: #BFA043;
}
</style>