Shades of Roti #BC9840
Tints of Roti #BC9840
RGB
CMYK
RGB Variations
Color information
#BC9840 (or 0xBC9840) is known color: Roti. HEX triplet: BC, 98 and 40. RGB value is (188,152,64). Sum of RGB (Red+Green+Blue) = 188+152+64=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9840 is #4367BF. Grayscale: #999999. Windows color (decimal): -4417472 or 4233404. OLE color: 4233404.
HSL color Cylindrical-coordinate representation of color #BC9840: hue angle of 42.58º 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 #BC9840 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 64 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.26 |
| HSL | 42.58º | 0.49% | 0.49% | - |
| HSV(B) | 42.58º | 0.66% | 0.74% | - |
| XYZ | 32.89 | 33.52 | 9.59 | - |
| YUV | 152.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 64 | 0 | 0.19 | 0.66 | 0.26 | 42.58 | 0.49 | 0.49 |
| Hex | BC | 98 | 40 | 0 | 13 | 42 | 1A | 2B | 31 | 31 |
| Octal | 274 | 230 | 100 | 0 | 23 | 102 | 32 | 53 | 61 | 61 |
| Binary | 10111100 | 10011000 | 1000000 | 0 | 10011 | 1000010 | 11010 | 101011 | 110001 | 110001 |
Color Harmonies of #BC9840
Complementary color
Monochromatic Colors of #BC9840
Black with #BC9840
Text Example
Text Example
White with #BC9840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9840; }
p { color: rgb(188,152,64); }
H1.HeaderClassName
{
color: #BC9840;
}
.AnyTagClassName
{
color: #BC9840;
}
</style>
background-color css
<style>
a { background-color: #BC9840; }
a { background-color: rgb(188,152,64); }
div.DivClassName
{
background-color: #BC9840;
}
.BgClassName
{
background-color: #BC9840;
}
</style>
border-color css
<style>
span { border-color: #BC9840; }
span { border-color: rgb(188,152,64); }
td.TdClassName
{
border-color: #BC9840;
}
.TagClassName
{
border-color: #BC9840;
}
</style>