Shades of Roti #BC933F
Tints of Roti #BC933F
RGB
CMYK
RGB Variations
Color information
#BC933F (or 0xBC933F) is known color: Roti. HEX triplet: BC, 93 and 3F. RGB value is (188,147,63). Sum of RGB (Red+Green+Blue) = 188+147+63=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC933F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC933F is #436CC0. Grayscale: #969696. Windows color (decimal): -4418753 or 4166588. OLE color: 4166588.
HSL color Cylindrical-coordinate representation of color #BC933F: hue angle of 40.32º 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 #BC933F is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 63 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.26 |
| HSL | 40.32º | 0.5% | 0.49% | - |
| HSV(B) | 40.32º | 0.66% | 0.74% | - |
| XYZ | 32.07 | 31.92 | 9.17 | - |
| YUV | 149.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 63 | 0 | 0.22 | 0.66 | 0.26 | 40.32 | 0.5 | 0.49 |
| Hex | BC | 93 | 3F | 0 | 16 | 42 | 1A | 28 | 32 | 31 |
| Octal | 274 | 223 | 77 | 0 | 26 | 102 | 32 | 50 | 62 | 61 |
| Binary | 10111100 | 10010011 | 111111 | 0 | 10110 | 1000010 | 11010 | 101000 | 110010 | 110001 |
Color Harmonies of #BC933F
Complementary color
Monochromatic Colors of #BC933F
Black with #BC933F
Text Example
Text Example
White with #BC933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC933F; }
p { color: rgb(188,147,63); }
H1.HeaderClassName
{
color: #BC933F;
}
.AnyTagClassName
{
color: #BC933F;
}
</style>
background-color css
<style>
a { background-color: #BC933F; }
a { background-color: rgb(188,147,63); }
div.DivClassName
{
background-color: #BC933F;
}
.BgClassName
{
background-color: #BC933F;
}
</style>
border-color css
<style>
span { border-color: #BC933F; }
span { border-color: rgb(188,147,63); }
td.TdClassName
{
border-color: #BC933F;
}
.TagClassName
{
border-color: #BC933F;
}
</style>