Shades of Roti #BA923D
Tints of Roti #BA923D
RGB
CMYK
RGB Variations
Color information
#BA923D (or 0xBA923D) is known color: Roti. HEX triplet: BA, 92 and 3D. RGB value is (186,146,61). Sum of RGB (Red+Green+Blue) = 186+146+61=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA923D is #456DC2. Grayscale: #949494. Windows color (decimal): -4550083 or 4035258. OLE color: 4035258.
HSL color Cylindrical-coordinate representation of color #BA923D: hue angle of 40.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA923D is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 61 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.27 |
| HSL | 40.8º | 0.51% | 0.48% | - |
| HSV(B) | 40.8º | 0.67% | 0.73% | - |
| XYZ | 31.37 | 31.33 | 8.81 | - |
| YUV | 148.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 61 | 0 | 0.22 | 0.67 | 0.27 | 40.8 | 0.51 | 0.48 |
| Hex | BA | 92 | 3D | 0 | 16 | 43 | 1B | 29 | 33 | 30 |
| Octal | 272 | 222 | 75 | 0 | 26 | 103 | 33 | 51 | 63 | 60 |
| Binary | 10111010 | 10010010 | 111101 | 0 | 10110 | 1000011 | 11011 | 101001 | 110011 | 110000 |
Color Harmonies of #BA923D
Complementary color
Monochromatic Colors of #BA923D
Black with #BA923D
Text Example
Text Example
White with #BA923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA923D; }
p { color: rgb(186,146,61); }
H1.HeaderClassName
{
color: #BA923D;
}
.AnyTagClassName
{
color: #BA923D;
}
</style>
background-color css
<style>
a { background-color: #BA923D; }
a { background-color: rgb(186,146,61); }
div.DivClassName
{
background-color: #BA923D;
}
.BgClassName
{
background-color: #BA923D;
}
</style>
border-color css
<style>
span { border-color: #BA923D; }
span { border-color: rgb(186,146,61); }
td.TdClassName
{
border-color: #BA923D;
}
.TagClassName
{
border-color: #BA923D;
}
</style>