Shades of Roti #BC943F
Tints of Roti #BC943F
RGB
CMYK
RGB Variations
Color information
#BC943F (or 0xBC943F) is known color: Roti. HEX triplet: BC, 94 and 3F. RGB value is (188,148,63). Sum of RGB (Red+Green+Blue) = 188+148+63=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC943F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC943F is #436BC0. Grayscale: #969696. Windows color (decimal): -4418497 or 4166844. OLE color: 4166844.
HSL color Cylindrical-coordinate representation of color #BC943F: hue angle of 40.8º degrees, saturation: 0.5, 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 #BC943F is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 63 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.26 |
| HSL | 40.8º | 0.5% | 0.49% | - |
| HSV(B) | 40.8º | 0.66% | 0.74% | - |
| XYZ | 32.23 | 32.23 | 9.23 | - |
| YUV | 150.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 63 | 0 | 0.21 | 0.66 | 0.26 | 40.8 | 0.5 | 0.49 |
| Hex | BC | 94 | 3F | 0 | 15 | 42 | 1A | 29 | 32 | 31 |
| Octal | 274 | 224 | 77 | 0 | 25 | 102 | 32 | 51 | 62 | 61 |
| Binary | 10111100 | 10010100 | 111111 | 0 | 10101 | 1000010 | 11010 | 101001 | 110010 | 110001 |
Color Harmonies of #BC943F
Complementary color
Monochromatic Colors of #BC943F
Black with #BC943F
Text Example
Text Example
White with #BC943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC943F; }
p { color: rgb(188,148,63); }
H1.HeaderClassName
{
color: #BC943F;
}
.AnyTagClassName
{
color: #BC943F;
}
</style>
background-color css
<style>
a { background-color: #BC943F; }
a { background-color: rgb(188,148,63); }
div.DivClassName
{
background-color: #BC943F;
}
.BgClassName
{
background-color: #BC943F;
}
</style>
border-color css
<style>
span { border-color: #BC943F; }
span { border-color: rgb(188,148,63); }
td.TdClassName
{
border-color: #BC943F;
}
.TagClassName
{
border-color: #BC943F;
}
</style>