Shades of Roti #BC9541
Tints of Roti #BC9541
RGB
CMYK
RGB Variations
Color information
#BC9541 (or 0xBC9541) is known color: Roti. HEX triplet: BC, 95 and 41. RGB value is (188,149,65). Sum of RGB (Red+Green+Blue) = 188+149+65=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9541 is #436ABE. Grayscale: #979797. Windows color (decimal): -4418239 or 4298172. OLE color: 4298172.
HSL color Cylindrical-coordinate representation of color #BC9541: hue angle of 40.98º 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 #BC9541 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 65 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.26 |
| HSL | 40.98º | 0.49% | 0.5% | - |
| HSV(B) | 40.98º | 0.65% | 0.74% | - |
| XYZ | 32.44 | 32.57 | 9.58 | - |
| YUV | 151.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 65 | 0 | 0.21 | 0.65 | 0.26 | 40.98 | 0.49 | 0.5 |
| Hex | BC | 95 | 41 | 0 | 15 | 41 | 1A | 29 | 31 | 32 |
| Octal | 274 | 225 | 101 | 0 | 25 | 101 | 32 | 51 | 61 | 62 |
| Binary | 10111100 | 10010101 | 1000001 | 0 | 10101 | 1000001 | 11010 | 101001 | 110001 | 110010 |
Color Harmonies of #BC9541
Complementary color
Monochromatic Colors of #BC9541
Black with #BC9541
Text Example
Text Example
White with #BC9541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9541; }
p { color: rgb(188,149,65); }
H1.HeaderClassName
{
color: #BC9541;
}
.AnyTagClassName
{
color: #BC9541;
}
</style>
background-color css
<style>
a { background-color: #BC9541; }
a { background-color: rgb(188,149,65); }
div.DivClassName
{
background-color: #BC9541;
}
.BgClassName
{
background-color: #BC9541;
}
</style>
border-color css
<style>
span { border-color: #BC9541; }
span { border-color: rgb(188,149,65); }
td.TdClassName
{
border-color: #BC9541;
}
.TagClassName
{
border-color: #BC9541;
}
</style>