Shades of Roti #BA923F
Tints of Roti #BA923F
RGB
CMYK
RGB Variations
Color information
#BA923F (or 0xBA923F) is known color: Roti. HEX triplet: BA, 92 and 3F. RGB value is (186,146,63). Sum of RGB (Red+Green+Blue) = 186+146+63=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA923F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA923F is #456DC0. Grayscale: #949494. Windows color (decimal): -4550081 or 4166330. OLE color: 4166330.
HSL color Cylindrical-coordinate representation of color #BA923F: hue angle of 40.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA923F is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 63 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.27 |
| HSL | 40.49º | 0.49% | 0.49% | - |
| HSV(B) | 40.49º | 0.66% | 0.73% | - |
| XYZ | 31.43 | 31.36 | 9.1 | - |
| YUV | 148.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 63 | 0 | 0.22 | 0.66 | 0.27 | 40.49 | 0.49 | 0.49 |
| Hex | BA | 92 | 3F | 0 | 16 | 42 | 1B | 28 | 31 | 31 |
| Octal | 272 | 222 | 77 | 0 | 26 | 102 | 33 | 50 | 61 | 61 |
| Binary | 10111010 | 10010010 | 111111 | 0 | 10110 | 1000010 | 11011 | 101000 | 110001 | 110001 |
Color Harmonies of #BA923F
Complementary color
Monochromatic Colors of #BA923F
Black with #BA923F
Text Example
Text Example
White with #BA923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA923F; }
p { color: rgb(186,146,63); }
H1.HeaderClassName
{
color: #BA923F;
}
.AnyTagClassName
{
color: #BA923F;
}
</style>
background-color css
<style>
a { background-color: #BA923F; }
a { background-color: rgb(186,146,63); }
div.DivClassName
{
background-color: #BA923F;
}
.BgClassName
{
background-color: #BA923F;
}
</style>
border-color css
<style>
span { border-color: #BA923F; }
span { border-color: rgb(186,146,63); }
td.TdClassName
{
border-color: #BA923F;
}
.TagClassName
{
border-color: #BA923F;
}
</style>