Shades of Roti #BC9A3E
Tints of Roti #BC9A3E
RGB
CMYK
RGB Variations
Color information
#BC9A3E (or 0xBC9A3E) is known color: Roti. HEX triplet: BC, 9A and 3E. RGB value is (188,154,62). Sum of RGB (Red+Green+Blue) = 188+154+62=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A3E is #4365C1. Grayscale: #9A9A9A. Windows color (decimal): -4416962 or 4102844. OLE color: 4102844.
HSL color Cylindrical-coordinate representation of color #BC9A3E: hue angle of 43.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC9A3E is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 62 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.26 |
| HSL | 43.81º | 0.5% | 0.49% | - |
| HSV(B) | 43.81º | 0.67% | 0.74% | - |
| XYZ | 33.16 | 34.15 | 9.4 | - |
| YUV | 153.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 62 | 0 | 0.18 | 0.67 | 0.26 | 43.81 | 0.5 | 0.49 |
| Hex | BC | 9A | 3E | 0 | 12 | 43 | 1A | 2C | 32 | 31 |
| Octal | 274 | 232 | 76 | 0 | 22 | 103 | 32 | 54 | 62 | 61 |
| Binary | 10111100 | 10011010 | 111110 | 0 | 10010 | 1000011 | 11010 | 101100 | 110010 | 110001 |
Color Harmonies of #BC9A3E
Complementary color
Monochromatic Colors of #BC9A3E
Black with #BC9A3E
Text Example
Text Example
White with #BC9A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A3E; }
p { color: rgb(188,154,62); }
H1.HeaderClassName
{
color: #BC9A3E;
}
.AnyTagClassName
{
color: #BC9A3E;
}
</style>
background-color css
<style>
a { background-color: #BC9A3E; }
a { background-color: rgb(188,154,62); }
div.DivClassName
{
background-color: #BC9A3E;
}
.BgClassName
{
background-color: #BC9A3E;
}
</style>
border-color css
<style>
span { border-color: #BC9A3E; }
span { border-color: rgb(188,154,62); }
td.TdClassName
{
border-color: #BC9A3E;
}
.TagClassName
{
border-color: #BC9A3E;
}
</style>