Shades of Roti #BA953F
Tints of Roti #BA953F
RGB
CMYK
RGB Variations
Color information
#BA953F (or 0xBA953F) is known color: Roti. HEX triplet: BA, 95 and 3F. RGB value is (186,149,63). Sum of RGB (Red+Green+Blue) = 186+149+63=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA953F is #456AC0. Grayscale: #969696. Windows color (decimal): -4549313 or 4167098. OLE color: 4167098.
HSL color Cylindrical-coordinate representation of color #BA953F: hue angle of 41.95º 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 #BA953F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 63 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.27 |
| HSL | 41.95º | 0.49% | 0.49% | - |
| HSV(B) | 41.95º | 0.66% | 0.73% | - |
| XYZ | 31.89 | 32.29 | 9.25 | - |
| YUV | 150.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 63 | 0 | 0.20 | 0.66 | 0.27 | 41.95 | 0.49 | 0.49 |
| Hex | BA | 95 | 3F | 0 | 14 | 42 | 1B | 2A | 31 | 31 |
| Octal | 272 | 225 | 77 | 0 | 24 | 102 | 33 | 52 | 61 | 61 |
| Binary | 10111010 | 10010101 | 111111 | 0 | 10100 | 1000010 | 11011 | 101010 | 110001 | 110001 |
Color Harmonies of #BA953F
Complementary color
Monochromatic Colors of #BA953F
Black with #BA953F
Text Example
Text Example
White with #BA953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA953F; }
p { color: rgb(186,149,63); }
H1.HeaderClassName
{
color: #BA953F;
}
.AnyTagClassName
{
color: #BA953F;
}
</style>
background-color css
<style>
a { background-color: #BA953F; }
a { background-color: rgb(186,149,63); }
div.DivClassName
{
background-color: #BA953F;
}
.BgClassName
{
background-color: #BA953F;
}
</style>
border-color css
<style>
span { border-color: #BA953F; }
span { border-color: rgb(186,149,63); }
td.TdClassName
{
border-color: #BA953F;
}
.TagClassName
{
border-color: #BA953F;
}
</style>