Shades of Roti #BC9A3B
Tints of Roti #BC9A3B
RGB
CMYK
RGB Variations
Color information
#BC9A3B (or 0xBC9A3B) is known color: Roti. HEX triplet: BC, 9A and 3B. RGB value is (188,154,59). Sum of RGB (Red+Green+Blue) = 188+154+59=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A3B is #4365C4. Grayscale: #999999. Windows color (decimal): -4416965 or 3906236. OLE color: 3906236.
HSL color Cylindrical-coordinate representation of color #BC9A3B: hue angle of 44.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC9A3B is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 59 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.26 |
| HSL | 44.19º | 0.52% | 0.48% | - |
| HSV(B) | 44.19º | 0.69% | 0.74% | - |
| XYZ | 33.08 | 34.12 | 8.98 | - |
| YUV | 153.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 59 | 0 | 0.18 | 0.69 | 0.26 | 44.19 | 0.52 | 0.48 |
| Hex | BC | 9A | 3B | 0 | 12 | 45 | 1A | 2C | 34 | 30 |
| Octal | 274 | 232 | 73 | 0 | 22 | 105 | 32 | 54 | 64 | 60 |
| Binary | 10111100 | 10011010 | 111011 | 0 | 10010 | 1000101 | 11010 | 101100 | 110100 | 110000 |
Color Harmonies of #BC9A3B
Complementary color
Monochromatic Colors of #BC9A3B
Black with #BC9A3B
Text Example
Text Example
White with #BC9A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A3B; }
p { color: rgb(188,154,59); }
H1.HeaderClassName
{
color: #BC9A3B;
}
.AnyTagClassName
{
color: #BC9A3B;
}
</style>
background-color css
<style>
a { background-color: #BC9A3B; }
a { background-color: rgb(188,154,59); }
div.DivClassName
{
background-color: #BC9A3B;
}
.BgClassName
{
background-color: #BC9A3B;
}
</style>
border-color css
<style>
span { border-color: #BC9A3B; }
span { border-color: rgb(188,154,59); }
td.TdClassName
{
border-color: #BC9A3B;
}
.TagClassName
{
border-color: #BC9A3B;
}
</style>