Shades of Roti #BC9341
Tints of Roti #BC9341
RGB
CMYK
RGB Variations
Color information
#BC9341 (or 0xBC9341) is known color: Roti. HEX triplet: BC, 93 and 41. RGB value is (188,147,65). Sum of RGB (Red+Green+Blue) = 188+147+65=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9341 is #436CBE. Grayscale: #969696. Windows color (decimal): -4418751 or 4297660. OLE color: 4297660.
HSL color Cylindrical-coordinate representation of color #BC9341: hue angle of 40º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC9341 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 65 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.26 |
| HSL | 40º | 0.49% | 0.5% | - |
| HSV(B) | 40º | 0.65% | 0.74% | - |
| XYZ | 32.13 | 31.94 | 9.47 | - |
| YUV | 149.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 65 | 0 | 0.22 | 0.65 | 0.26 | 40 | 0.49 | 0.5 |
| Hex | BC | 93 | 41 | 0 | 16 | 41 | 1A | 28 | 31 | 32 |
| Octal | 274 | 223 | 101 | 0 | 26 | 101 | 32 | 50 | 61 | 62 |
| Binary | 10111100 | 10010011 | 1000001 | 0 | 10110 | 1000001 | 11010 | 101000 | 110001 | 110010 |
Color Harmonies of #BC9341
Complementary color
Monochromatic Colors of #BC9341
Black with #BC9341
Text Example
Text Example
White with #BC9341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9341; }
p { color: rgb(188,147,65); }
H1.HeaderClassName
{
color: #BC9341;
}
.AnyTagClassName
{
color: #BC9341;
}
</style>
background-color css
<style>
a { background-color: #BC9341; }
a { background-color: rgb(188,147,65); }
div.DivClassName
{
background-color: #BC9341;
}
.BgClassName
{
background-color: #BC9341;
}
</style>
border-color css
<style>
span { border-color: #BC9341; }
span { border-color: rgb(188,147,65); }
td.TdClassName
{
border-color: #BC9341;
}
.TagClassName
{
border-color: #BC9341;
}
</style>