Shades of Roti #BC973E
Tints of Roti #BC973E
RGB
CMYK
RGB Variations
Color information
#BC973E (or 0xBC973E) is known color: Roti. HEX triplet: BC, 97 and 3E. RGB value is (188,151,62). Sum of RGB (Red+Green+Blue) = 188+151+62=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC973E is #4368C1. Grayscale: #989898. Windows color (decimal): -4417730 or 4102076. OLE color: 4102076.
HSL color Cylindrical-coordinate representation of color #BC973E: hue angle of 42.38º 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 #BC973E is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 62 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.26 |
| HSL | 42.38º | 0.5% | 0.49% | - |
| HSV(B) | 42.38º | 0.67% | 0.74% | - |
| XYZ | 32.68 | 33.17 | 9.24 | - |
| YUV | 151.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 62 | 0 | 0.20 | 0.67 | 0.26 | 42.38 | 0.5 | 0.49 |
| Hex | BC | 97 | 3E | 0 | 14 | 43 | 1A | 2A | 32 | 31 |
| Octal | 274 | 227 | 76 | 0 | 24 | 103 | 32 | 52 | 62 | 61 |
| Binary | 10111100 | 10010111 | 111110 | 0 | 10100 | 1000011 | 11010 | 101010 | 110010 | 110001 |
Color Harmonies of #BC973E
Complementary color
Monochromatic Colors of #BC973E
Black with #BC973E
Text Example
Text Example
White with #BC973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC973E; }
p { color: rgb(188,151,62); }
H1.HeaderClassName
{
color: #BC973E;
}
.AnyTagClassName
{
color: #BC973E;
}
</style>
background-color css
<style>
a { background-color: #BC973E; }
a { background-color: rgb(188,151,62); }
div.DivClassName
{
background-color: #BC973E;
}
.BgClassName
{
background-color: #BC973E;
}
</style>
border-color css
<style>
span { border-color: #BC973E; }
span { border-color: rgb(188,151,62); }
td.TdClassName
{
border-color: #BC973E;
}
.TagClassName
{
border-color: #BC973E;
}
</style>