Shades of Roti #BC9839
Tints of Roti #BC9839
RGB
CMYK
RGB Variations
Color information
#BC9839 (or 0xBC9839) is known color: Roti. HEX triplet: BC, 98 and 39. RGB value is (188,152,57). Sum of RGB (Red+Green+Blue) = 188+152+57=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9839 is #4367C6. Grayscale: #989898. Windows color (decimal): -4417479 or 3774652. OLE color: 3774652.
HSL color Cylindrical-coordinate representation of color #BC9839: hue angle of 43.51º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC9839 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 57 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.26 |
| HSL | 43.51º | 0.53% | 0.48% | - |
| HSV(B) | 43.51º | 0.7% | 0.74% | - |
| XYZ | 32.71 | 33.44 | 8.6 | - |
| YUV | 151.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 57 | 0 | 0.19 | 0.70 | 0.26 | 43.51 | 0.53 | 0.48 |
| Hex | BC | 98 | 39 | 0 | 13 | 46 | 1A | 2C | 35 | 30 |
| Octal | 274 | 230 | 71 | 0 | 23 | 106 | 32 | 54 | 65 | 60 |
| Binary | 10111100 | 10011000 | 111001 | 0 | 10011 | 1000110 | 11010 | 101100 | 110101 | 110000 |
Color Harmonies of #BC9839
Complementary color
Monochromatic Colors of #BC9839
Black with #BC9839
Text Example
Text Example
White with #BC9839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9839; }
p { color: rgb(188,152,57); }
H1.HeaderClassName
{
color: #BC9839;
}
.AnyTagClassName
{
color: #BC9839;
}
</style>
background-color css
<style>
a { background-color: #BC9839; }
a { background-color: rgb(188,152,57); }
div.DivClassName
{
background-color: #BC9839;
}
.BgClassName
{
background-color: #BC9839;
}
</style>
border-color css
<style>
span { border-color: #BC9839; }
span { border-color: rgb(188,152,57); }
td.TdClassName
{
border-color: #BC9839;
}
.TagClassName
{
border-color: #BC9839;
}
</style>