Shades of Roti #BF9C3E
Tints of Roti #BF9C3E
RGB
CMYK
RGB Variations
Color information
#BF9C3E (or 0xBF9C3E) is known color: Roti. HEX triplet: BF, 9C and 3E. RGB value is (191,156,62). Sum of RGB (Red+Green+Blue) = 191+156+62=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C3E is #4063C1. Grayscale: #9C9C9C. Windows color (decimal): -4219842 or 4103359. OLE color: 4103359.
HSL color Cylindrical-coordinate representation of color #BF9C3E: hue angle of 43.72º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF9C3E is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 62 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.25 |
| HSL | 43.72º | 0.51% | 0.5% | - |
| HSV(B) | 43.72º | 0.68% | 0.75% | - |
| XYZ | 34.24 | 35.2 | 9.55 | - |
| YUV | 155.75 | 75.1 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 62 | 0 | 0.18 | 0.68 | 0.25 | 43.72 | 0.51 | 0.5 |
| Hex | BF | 9C | 3E | 0 | 12 | 44 | 19 | 2C | 33 | 32 |
| Octal | 277 | 234 | 76 | 0 | 22 | 104 | 31 | 54 | 63 | 62 |
| Binary | 10111111 | 10011100 | 111110 | 0 | 10010 | 1000100 | 11001 | 101100 | 110011 | 110010 |
Color Harmonies of #BF9C3E
Complementary color
Monochromatic Colors of #BF9C3E
Black with #BF9C3E
Text Example
Text Example
White with #BF9C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C3E; }
p { color: rgb(191,156,62); }
H1.HeaderClassName
{
color: #BF9C3E;
}
.AnyTagClassName
{
color: #BF9C3E;
}
</style>
background-color css
<style>
a { background-color: #BF9C3E; }
a { background-color: rgb(191,156,62); }
div.DivClassName
{
background-color: #BF9C3E;
}
.BgClassName
{
background-color: #BF9C3E;
}
</style>
border-color css
<style>
span { border-color: #BF9C3E; }
span { border-color: rgb(191,156,62); }
td.TdClassName
{
border-color: #BF9C3E;
}
.TagClassName
{
border-color: #BF9C3E;
}
</style>