Shades of Roti #BC983F
Tints of Roti #BC983F
RGB
CMYK
RGB Variations
Color information
#BC983F (or 0xBC983F) is known color: Roti. HEX triplet: BC, 98 and 3F. RGB value is (188,152,63). Sum of RGB (Red+Green+Blue) = 188+152+63=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC983F is #4367C0. Grayscale: #999999. Windows color (decimal): -4417473 or 4167868. OLE color: 4167868.
HSL color Cylindrical-coordinate representation of color #BC983F: hue angle of 42.72º 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 #BC983F is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 63 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.26 |
| HSL | 42.72º | 0.5% | 0.49% | - |
| HSV(B) | 42.72º | 0.66% | 0.74% | - |
| XYZ | 32.86 | 33.51 | 9.44 | - |
| YUV | 152.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 63 | 0 | 0.19 | 0.66 | 0.26 | 42.72 | 0.5 | 0.49 |
| Hex | BC | 98 | 3F | 0 | 13 | 42 | 1A | 2B | 32 | 31 |
| Octal | 274 | 230 | 77 | 0 | 23 | 102 | 32 | 53 | 62 | 61 |
| Binary | 10111100 | 10011000 | 111111 | 0 | 10011 | 1000010 | 11010 | 101011 | 110010 | 110001 |
Color Harmonies of #BC983F
Complementary color
Monochromatic Colors of #BC983F
Black with #BC983F
Text Example
Text Example
White with #BC983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC983F; }
p { color: rgb(188,152,63); }
H1.HeaderClassName
{
color: #BC983F;
}
.AnyTagClassName
{
color: #BC983F;
}
</style>
background-color css
<style>
a { background-color: #BC983F; }
a { background-color: rgb(188,152,63); }
div.DivClassName
{
background-color: #BC983F;
}
.BgClassName
{
background-color: #BC983F;
}
</style>
border-color css
<style>
span { border-color: #BC983F; }
span { border-color: rgb(188,152,63); }
td.TdClassName
{
border-color: #BC983F;
}
.TagClassName
{
border-color: #BC983F;
}
</style>