Shades of Roti #BC943D
Tints of Roti #BC943D
RGB
CMYK
RGB Variations
Color information
#BC943D (or 0xBC943D) is known color: Roti. HEX triplet: BC, 94 and 3D. RGB value is (188,148,61). Sum of RGB (Red+Green+Blue) = 188+148+61=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC943D is #436BC2. Grayscale: #969696. Windows color (decimal): -4418499 or 4035772. OLE color: 4035772.
HSL color Cylindrical-coordinate representation of color #BC943D: hue angle of 41.1º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC943D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 61 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.26 |
| HSL | 41.1º | 0.51% | 0.49% | - |
| HSV(B) | 41.1º | 0.68% | 0.74% | - |
| XYZ | 32.17 | 32.21 | 8.94 | - |
| YUV | 150.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 61 | 0 | 0.21 | 0.68 | 0.26 | 41.1 | 0.51 | 0.49 |
| Hex | BC | 94 | 3D | 0 | 15 | 44 | 1A | 29 | 33 | 31 |
| Octal | 274 | 224 | 75 | 0 | 25 | 104 | 32 | 51 | 63 | 61 |
| Binary | 10111100 | 10010100 | 111101 | 0 | 10101 | 1000100 | 11010 | 101001 | 110011 | 110001 |
Color Harmonies of #BC943D
Complementary color
Monochromatic Colors of #BC943D
Black with #BC943D
Text Example
Text Example
White with #BC943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC943D; }
p { color: rgb(188,148,61); }
H1.HeaderClassName
{
color: #BC943D;
}
.AnyTagClassName
{
color: #BC943D;
}
</style>
background-color css
<style>
a { background-color: #BC943D; }
a { background-color: rgb(188,148,61); }
div.DivClassName
{
background-color: #BC943D;
}
.BgClassName
{
background-color: #BC943D;
}
</style>
border-color css
<style>
span { border-color: #BC943D; }
span { border-color: rgb(188,148,61); }
td.TdClassName
{
border-color: #BC943D;
}
.TagClassName
{
border-color: #BC943D;
}
</style>