Shades of Roti #B8983A
Tints of Roti #B8983A
RGB
CMYK
RGB Variations
Color information
#B8983A (or 0xB8983A) is known color: Roti. HEX triplet: B8, 98 and 3A. RGB value is (184,152,58). Sum of RGB (Red+Green+Blue) = 184+152+58=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8983A is #4767C5. Grayscale: #979797. Windows color (decimal): -4679622 or 3840184. OLE color: 3840184.
HSL color Cylindrical-coordinate representation of color #B8983A: hue angle of 44.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8983A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 58 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.28 |
| HSL | 44.76º | 0.52% | 0.47% | - |
| HSV(B) | 44.76º | 0.68% | 0.72% | - |
| XYZ | 31.76 | 32.95 | 8.69 | - |
| YUV | 150.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 58 | 0 | 0.17 | 0.68 | 0.28 | 44.76 | 0.52 | 0.47 |
| Hex | B8 | 98 | 3A | 0 | 11 | 44 | 1C | 2D | 34 | 2F |
| Octal | 270 | 230 | 72 | 0 | 21 | 104 | 34 | 55 | 64 | 57 |
| Binary | 10111000 | 10011000 | 111010 | 0 | 10001 | 1000100 | 11100 | 101101 | 110100 | 101111 |
Color Harmonies of #B8983A
Complementary color
Monochromatic Colors of #B8983A
Black with #B8983A
Text Example
Text Example
White with #B8983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8983A; }
p { color: rgb(184,152,58); }
H1.HeaderClassName
{
color: #B8983A;
}
.AnyTagClassName
{
color: #B8983A;
}
</style>
background-color css
<style>
a { background-color: #B8983A; }
a { background-color: rgb(184,152,58); }
div.DivClassName
{
background-color: #B8983A;
}
.BgClassName
{
background-color: #B8983A;
}
</style>
border-color css
<style>
span { border-color: #B8983A; }
span { border-color: rgb(184,152,58); }
td.TdClassName
{
border-color: #B8983A;
}
.TagClassName
{
border-color: #B8983A;
}
</style>