Shades of Roti #BC963C
Tints of Roti #BC963C
RGB
CMYK
RGB Variations
Color information
#BC963C (or 0xBC963C) is known color: Roti. HEX triplet: BC, 96 and 3C. RGB value is (188,150,60). Sum of RGB (Red+Green+Blue) = 188+150+60=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC963C is #4369C3. Grayscale: #979797. Windows color (decimal): -4417988 or 3970748. OLE color: 3970748.
HSL color Cylindrical-coordinate representation of color #BC963C: hue angle of 42.19º degrees, saturation: 0.52, 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 #BC963C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 60 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.26 |
| HSL | 42.19º | 0.52% | 0.49% | - |
| HSV(B) | 42.19º | 0.68% | 0.74% | - |
| XYZ | 32.46 | 32.83 | 8.9 | - |
| YUV | 151.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 60 | 0 | 0.20 | 0.68 | 0.26 | 42.19 | 0.52 | 0.49 |
| Hex | BC | 96 | 3C | 0 | 14 | 44 | 1A | 2A | 34 | 31 |
| Octal | 274 | 226 | 74 | 0 | 24 | 104 | 32 | 52 | 64 | 61 |
| Binary | 10111100 | 10010110 | 111100 | 0 | 10100 | 1000100 | 11010 | 101010 | 110100 | 110001 |
Color Harmonies of #BC963C
Complementary color
Monochromatic Colors of #BC963C
Black with #BC963C
Text Example
Text Example
White with #BC963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC963C; }
p { color: rgb(188,150,60); }
H1.HeaderClassName
{
color: #BC963C;
}
.AnyTagClassName
{
color: #BC963C;
}
</style>
background-color css
<style>
a { background-color: #BC963C; }
a { background-color: rgb(188,150,60); }
div.DivClassName
{
background-color: #BC963C;
}
.BgClassName
{
background-color: #BC963C;
}
</style>
border-color css
<style>
span { border-color: #BC963C; }
span { border-color: rgb(188,150,60); }
td.TdClassName
{
border-color: #BC963C;
}
.TagClassName
{
border-color: #BC963C;
}
</style>