Shades of Roti #BC9E37
Tints of Roti #BC9E37
RGB
CMYK
RGB Variations
Color information
#BC9E37 (or 0xBC9E37) is known color: Roti. HEX triplet: BC, 9E and 37. RGB value is (188,158,55). Sum of RGB (Red+Green+Blue) = 188+158+55=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E37 is #4361C8. Grayscale: #9B9B9B. Windows color (decimal): -4415945 or 3645116. OLE color: 3645116.
HSL color Cylindrical-coordinate representation of color #BC9E37: hue angle of 46.47º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC9E37 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 55 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.26 |
| HSL | 46.47º | 0.55% | 0.48% | - |
| HSV(B) | 46.47º | 0.71% | 0.74% | - |
| XYZ | 33.66 | 35.42 | 8.68 | - |
| YUV | 155.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 55 | 0 | 0.16 | 0.71 | 0.26 | 46.47 | 0.55 | 0.48 |
| Hex | BC | 9E | 37 | 0 | 10 | 47 | 1A | 2E | 37 | 30 |
| Octal | 274 | 236 | 67 | 0 | 20 | 107 | 32 | 56 | 67 | 60 |
| Binary | 10111100 | 10011110 | 110111 | 0 | 10000 | 1000111 | 11010 | 101110 | 110111 | 110000 |
Color Harmonies of #BC9E37
Complementary color
Monochromatic Colors of #BC9E37
Black with #BC9E37
Text Example
Text Example
White with #BC9E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E37; }
p { color: rgb(188,158,55); }
H1.HeaderClassName
{
color: #BC9E37;
}
.AnyTagClassName
{
color: #BC9E37;
}
</style>
background-color css
<style>
a { background-color: #BC9E37; }
a { background-color: rgb(188,158,55); }
div.DivClassName
{
background-color: #BC9E37;
}
.BgClassName
{
background-color: #BC9E37;
}
</style>
border-color css
<style>
span { border-color: #BC9E37; }
span { border-color: rgb(188,158,55); }
td.TdClassName
{
border-color: #BC9E37;
}
.TagClassName
{
border-color: #BC9E37;
}
</style>