Shades of Roti #BA953D
Tints of Roti #BA953D
RGB
CMYK
RGB Variations
Color information
#BA953D (or 0xBA953D) is known color: Roti. HEX triplet: BA, 95 and 3D. RGB value is (186,149,61). Sum of RGB (Red+Green+Blue) = 186+149+61=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA953D is #456AC2. Grayscale: #969696. Windows color (decimal): -4549315 or 4036026. OLE color: 4036026.
HSL color Cylindrical-coordinate representation of color #BA953D: hue angle of 42.24º 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 #BA953D is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 61 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.27 |
| HSL | 42.24º | 0.51% | 0.48% | - |
| HSV(B) | 42.24º | 0.67% | 0.73% | - |
| XYZ | 31.84 | 32.27 | 8.97 | - |
| YUV | 150.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 61 | 0 | 0.20 | 0.67 | 0.27 | 42.24 | 0.51 | 0.48 |
| Hex | BA | 95 | 3D | 0 | 14 | 43 | 1B | 2A | 33 | 30 |
| Octal | 272 | 225 | 75 | 0 | 24 | 103 | 33 | 52 | 63 | 60 |
| Binary | 10111010 | 10010101 | 111101 | 0 | 10100 | 1000011 | 11011 | 101010 | 110011 | 110000 |
Color Harmonies of #BA953D
Complementary color
Monochromatic Colors of #BA953D
Black with #BA953D
Text Example
Text Example
White with #BA953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA953D; }
p { color: rgb(186,149,61); }
H1.HeaderClassName
{
color: #BA953D;
}
.AnyTagClassName
{
color: #BA953D;
}
</style>
background-color css
<style>
a { background-color: #BA953D; }
a { background-color: rgb(186,149,61); }
div.DivClassName
{
background-color: #BA953D;
}
.BgClassName
{
background-color: #BA953D;
}
</style>
border-color css
<style>
span { border-color: #BA953D; }
span { border-color: rgb(186,149,61); }
td.TdClassName
{
border-color: #BA953D;
}
.TagClassName
{
border-color: #BA953D;
}
</style>