Shades of Roti #BF9C4A
Tints of Roti #BF9C4A
RGB
CMYK
RGB Variations
Color information
#BF9C4A (or 0xBF9C4A) is known color: Roti. HEX triplet: BF, 9C and 4A. RGB value is (191,156,74). Sum of RGB (Red+Green+Blue) = 191+156+74=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C4A is #4063B5. Grayscale: #9D9D9D. Windows color (decimal): -4219830 or 4889791. OLE color: 4889791.
HSL color Cylindrical-coordinate representation of color #BF9C4A: hue angle of 42.05º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF9C4A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 74 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.25 |
| HSL | 42.05º | 0.48% | 0.52% | - |
| HSV(B) | 42.05º | 0.61% | 0.75% | - |
| XYZ | 34.61 | 35.35 | 11.48 | - |
| YUV | 157.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 74 | 0 | 0.18 | 0.61 | 0.25 | 42.05 | 0.48 | 0.52 |
| Hex | BF | 9C | 4A | 0 | 12 | 3D | 19 | 2A | 30 | 34 |
| Octal | 277 | 234 | 112 | 0 | 22 | 75 | 31 | 52 | 60 | 64 |
| Binary | 10111111 | 10011100 | 1001010 | 0 | 10010 | 111101 | 11001 | 101010 | 110000 | 110100 |
Color Harmonies of #BF9C4A
Complementary color
Monochromatic Colors of #BF9C4A
Black with #BF9C4A
Text Example
Text Example
White with #BF9C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C4A; }
p { color: rgb(191,156,74); }
H1.HeaderClassName
{
color: #BF9C4A;
}
.AnyTagClassName
{
color: #BF9C4A;
}
</style>
background-color css
<style>
a { background-color: #BF9C4A; }
a { background-color: rgb(191,156,74); }
div.DivClassName
{
background-color: #BF9C4A;
}
.BgClassName
{
background-color: #BF9C4A;
}
</style>
border-color css
<style>
span { border-color: #BF9C4A; }
span { border-color: rgb(191,156,74); }
td.TdClassName
{
border-color: #BF9C4A;
}
.TagClassName
{
border-color: #BF9C4A;
}
</style>