Shades of Roti #BC9F3E
Tints of Roti #BC9F3E
RGB
CMYK
RGB Variations
Color information
#BC9F3E (or 0xBC9F3E) is known color: Roti. HEX triplet: BC, 9F and 3E. RGB value is (188,159,62). Sum of RGB (Red+Green+Blue) = 188+159+62=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F3E is #4360C1. Grayscale: #9D9D9D. Windows color (decimal): -4415682 or 4104124. OLE color: 4104124.
HSL color Cylindrical-coordinate representation of color #BC9F3E: hue angle of 46.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC9F3E is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 62 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.26 |
| HSL | 46.19º | 0.5% | 0.49% | - |
| HSV(B) | 46.19º | 0.67% | 0.74% | - |
| XYZ | 34.01 | 35.84 | 9.68 | - |
| YUV | 156.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 62 | 0 | 0.15 | 0.67 | 0.26 | 46.19 | 0.5 | 0.49 |
| Hex | BC | 9F | 3E | 0 | F | 43 | 1A | 2E | 32 | 31 |
| Octal | 274 | 237 | 76 | 0 | 17 | 103 | 32 | 56 | 62 | 61 |
| Binary | 10111100 | 10011111 | 111110 | 0 | 1111 | 1000011 | 11010 | 101110 | 110010 | 110001 |
Color Harmonies of #BC9F3E
Complementary color
Monochromatic Colors of #BC9F3E
Black with #BC9F3E
Text Example
Text Example
White with #BC9F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F3E; }
p { color: rgb(188,159,62); }
H1.HeaderClassName
{
color: #BC9F3E;
}
.AnyTagClassName
{
color: #BC9F3E;
}
</style>
background-color css
<style>
a { background-color: #BC9F3E; }
a { background-color: rgb(188,159,62); }
div.DivClassName
{
background-color: #BC9F3E;
}
.BgClassName
{
background-color: #BC9F3E;
}
</style>
border-color css
<style>
span { border-color: #BC9F3E; }
span { border-color: rgb(188,159,62); }
td.TdClassName
{
border-color: #BC9F3E;
}
.TagClassName
{
border-color: #BC9F3E;
}
</style>