Shades of Roti #BC9C36
Tints of Roti #BC9C36
RGB
CMYK
RGB Variations
Color information
#BC9C36 (or 0xBC9C36) is known color: Roti. HEX triplet: BC, 9C and 36. RGB value is (188,156,54). Sum of RGB (Red+Green+Blue) = 188+156+54=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C36 is #4363C9. Grayscale: #9A9A9A. Windows color (decimal): -4416458 or 3579068. OLE color: 3579068.
HSL color Cylindrical-coordinate representation of color #BC9C36: hue angle of 45.67º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC9C36 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 54 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.26 |
| HSL | 45.67º | 0.55% | 0.47% | - |
| HSV(B) | 45.67º | 0.71% | 0.74% | - |
| XYZ | 33.29 | 34.73 | 8.44 | - |
| YUV | 153.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 54 | 0 | 0.17 | 0.71 | 0.26 | 45.67 | 0.55 | 0.47 |
| Hex | BC | 9C | 36 | 0 | 11 | 47 | 1A | 2E | 37 | 2F |
| Octal | 274 | 234 | 66 | 0 | 21 | 107 | 32 | 56 | 67 | 57 |
| Binary | 10111100 | 10011100 | 110110 | 0 | 10001 | 1000111 | 11010 | 101110 | 110111 | 101111 |
Color Harmonies of #BC9C36
Complementary color
Monochromatic Colors of #BC9C36
Black with #BC9C36
Text Example
Text Example
White with #BC9C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C36; }
p { color: rgb(188,156,54); }
H1.HeaderClassName
{
color: #BC9C36;
}
.AnyTagClassName
{
color: #BC9C36;
}
</style>
background-color css
<style>
a { background-color: #BC9C36; }
a { background-color: rgb(188,156,54); }
div.DivClassName
{
background-color: #BC9C36;
}
.BgClassName
{
background-color: #BC9C36;
}
</style>
border-color css
<style>
span { border-color: #BC9C36; }
span { border-color: rgb(188,156,54); }
td.TdClassName
{
border-color: #BC9C36;
}
.TagClassName
{
border-color: #BC9C36;
}
</style>