Shades of Roti #BA9E42
Tints of Roti #BA9E42
RGB
CMYK
RGB Variations
Color information
#BA9E42 (or 0xBA9E42) is known color: Roti. HEX triplet: BA, 9E and 42. RGB value is (186,158,66). Sum of RGB (Red+Green+Blue) = 186+158+66=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E42 is #4561BD. Grayscale: #9C9C9C. Windows color (decimal): -4547006 or 4366010. OLE color: 4366010.
HSL color Cylindrical-coordinate representation of color #BA9E42: hue angle of 46º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA9E42 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 66 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.27 |
| HSL | 46º | 0.48% | 0.49% | - |
| HSV(B) | 46º | 0.65% | 0.73% | - |
| XYZ | 33.46 | 35.29 | 10.2 | - |
| YUV | 155.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 66 | 0 | 0.15 | 0.65 | 0.27 | 46 | 0.48 | 0.49 |
| Hex | BA | 9E | 42 | 0 | F | 41 | 1B | 2E | 30 | 31 |
| Octal | 272 | 236 | 102 | 0 | 17 | 101 | 33 | 56 | 60 | 61 |
| Binary | 10111010 | 10011110 | 1000010 | 0 | 1111 | 1000001 | 11011 | 101110 | 110000 | 110001 |
Color Harmonies of #BA9E42
Complementary color
Monochromatic Colors of #BA9E42
Black with #BA9E42
Text Example
Text Example
White with #BA9E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E42; }
p { color: rgb(186,158,66); }
H1.HeaderClassName
{
color: #BA9E42;
}
.AnyTagClassName
{
color: #BA9E42;
}
</style>
background-color css
<style>
a { background-color: #BA9E42; }
a { background-color: rgb(186,158,66); }
div.DivClassName
{
background-color: #BA9E42;
}
.BgClassName
{
background-color: #BA9E42;
}
</style>
border-color css
<style>
span { border-color: #BA9E42; }
span { border-color: rgb(186,158,66); }
td.TdClassName
{
border-color: #BA9E42;
}
.TagClassName
{
border-color: #BA9E42;
}
</style>