Shades of Roti #BC983B
Tints of Roti #BC983B
RGB
CMYK
RGB Variations
Color information
#BC983B (or 0xBC983B) is known color: Roti. HEX triplet: BC, 98 and 3B. RGB value is (188,152,59). Sum of RGB (Red+Green+Blue) = 188+152+59=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC983B is #4367C4. Grayscale: #989898. Windows color (decimal): -4417477 or 3905724. OLE color: 3905724.
HSL color Cylindrical-coordinate representation of color #BC983B: hue angle of 43.26º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC983B is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 59 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.26 |
| HSL | 43.26º | 0.52% | 0.48% | - |
| HSV(B) | 43.26º | 0.69% | 0.74% | - |
| XYZ | 32.76 | 33.46 | 8.87 | - |
| YUV | 152.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 59 | 0 | 0.19 | 0.69 | 0.26 | 43.26 | 0.52 | 0.48 |
| Hex | BC | 98 | 3B | 0 | 13 | 45 | 1A | 2B | 34 | 30 |
| Octal | 274 | 230 | 73 | 0 | 23 | 105 | 32 | 53 | 64 | 60 |
| Binary | 10111100 | 10011000 | 111011 | 0 | 10011 | 1000101 | 11010 | 101011 | 110100 | 110000 |
Color Harmonies of #BC983B
Complementary color
Monochromatic Colors of #BC983B
Black with #BC983B
Text Example
Text Example
White with #BC983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC983B; }
p { color: rgb(188,152,59); }
H1.HeaderClassName
{
color: #BC983B;
}
.AnyTagClassName
{
color: #BC983B;
}
</style>
background-color css
<style>
a { background-color: #BC983B; }
a { background-color: rgb(188,152,59); }
div.DivClassName
{
background-color: #BC983B;
}
.BgClassName
{
background-color: #BC983B;
}
</style>
border-color css
<style>
span { border-color: #BC983B; }
span { border-color: rgb(188,152,59); }
td.TdClassName
{
border-color: #BC983B;
}
.TagClassName
{
border-color: #BC983B;
}
</style>