Shades of Roti #BC9741
Tints of Roti #BC9741
RGB
CMYK
RGB Variations
Color information
#BC9741 (or 0xBC9741) is known color: Roti. HEX triplet: BC, 97 and 41. RGB value is (188,151,65). Sum of RGB (Red+Green+Blue) = 188+151+65=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9741 is #4368BE. Grayscale: #989898. Windows color (decimal): -4417727 or 4298684. OLE color: 4298684.
HSL color Cylindrical-coordinate representation of color #BC9741: hue angle of 41.95º 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 #BC9741 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 65 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.26 |
| HSL | 41.95º | 0.49% | 0.5% | - |
| HSV(B) | 41.95º | 0.65% | 0.74% | - |
| XYZ | 32.76 | 33.21 | 9.68 | - |
| YUV | 152.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 65 | 0 | 0.20 | 0.65 | 0.26 | 41.95 | 0.49 | 0.5 |
| Hex | BC | 97 | 41 | 0 | 14 | 41 | 1A | 2A | 31 | 32 |
| Octal | 274 | 227 | 101 | 0 | 24 | 101 | 32 | 52 | 61 | 62 |
| Binary | 10111100 | 10010111 | 1000001 | 0 | 10100 | 1000001 | 11010 | 101010 | 110001 | 110010 |
Color Harmonies of #BC9741
Complementary color
Monochromatic Colors of #BC9741
Black with #BC9741
Text Example
Text Example
White with #BC9741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9741; }
p { color: rgb(188,151,65); }
H1.HeaderClassName
{
color: #BC9741;
}
.AnyTagClassName
{
color: #BC9741;
}
</style>
background-color css
<style>
a { background-color: #BC9741; }
a { background-color: rgb(188,151,65); }
div.DivClassName
{
background-color: #BC9741;
}
.BgClassName
{
background-color: #BC9741;
}
</style>
border-color css
<style>
span { border-color: #BC9741; }
span { border-color: rgb(188,151,65); }
td.TdClassName
{
border-color: #BC9741;
}
.TagClassName
{
border-color: #BC9741;
}
</style>