Shades of Roti #BC9740
Tints of Roti #BC9740
RGB
CMYK
RGB Variations
Color information
#BC9740 (or 0xBC9740) is known color: Roti. HEX triplet: BC, 97 and 40. RGB value is (188,151,64). Sum of RGB (Red+Green+Blue) = 188+151+64=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9740 is #4368BF. Grayscale: #989898. Windows color (decimal): -4417728 or 4233148. OLE color: 4233148.
HSL color Cylindrical-coordinate representation of color #BC9740: hue angle of 42.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC9740 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 64 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.26 |
| HSL | 42.1º | 0.49% | 0.49% | - |
| HSV(B) | 42.1º | 0.66% | 0.74% | - |
| XYZ | 32.73 | 33.19 | 9.53 | - |
| YUV | 152.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 64 | 0 | 0.20 | 0.66 | 0.26 | 42.1 | 0.49 | 0.49 |
| Hex | BC | 97 | 40 | 0 | 14 | 42 | 1A | 2A | 31 | 31 |
| Octal | 274 | 227 | 100 | 0 | 24 | 102 | 32 | 52 | 61 | 61 |
| Binary | 10111100 | 10010111 | 1000000 | 0 | 10100 | 1000010 | 11010 | 101010 | 110001 | 110001 |
Color Harmonies of #BC9740
Complementary color
Monochromatic Colors of #BC9740
Black with #BC9740
Text Example
Text Example
White with #BC9740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9740; }
p { color: rgb(188,151,64); }
H1.HeaderClassName
{
color: #BC9740;
}
.AnyTagClassName
{
color: #BC9740;
}
</style>
background-color css
<style>
a { background-color: #BC9740; }
a { background-color: rgb(188,151,64); }
div.DivClassName
{
background-color: #BC9740;
}
.BgClassName
{
background-color: #BC9740;
}
</style>
border-color css
<style>
span { border-color: #BC9740; }
span { border-color: rgb(188,151,64); }
td.TdClassName
{
border-color: #BC9740;
}
.TagClassName
{
border-color: #BC9740;
}
</style>