Shades of Roti #B7983B
Tints of Roti #B7983B
RGB
CMYK
RGB Variations
Color information
#B7983B (or 0xB7983B) is known color: Roti. HEX triplet: B7, 98 and 3B. RGB value is (183,152,59). Sum of RGB (Red+Green+Blue) = 183+152+59=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7983B is #4867C4. Grayscale: #979797. Windows color (decimal): -4745157 or 3905719. OLE color: 3905719.
HSL color Cylindrical-coordinate representation of color #B7983B: hue angle of 45º degrees, saturation: 0.51, 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 #B7983B is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 59 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.28 |
| HSL | 45º | 0.51% | 0.47% | - |
| HSV(B) | 45º | 0.68% | 0.72% | - |
| XYZ | 31.55 | 32.84 | 8.81 | - |
| YUV | 150.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 59 | 0 | 0.17 | 0.68 | 0.28 | 45 | 0.51 | 0.47 |
| Hex | B7 | 98 | 3B | 0 | 11 | 44 | 1C | 2D | 33 | 2F |
| Octal | 267 | 230 | 73 | 0 | 21 | 104 | 34 | 55 | 63 | 57 |
| Binary | 10110111 | 10011000 | 111011 | 0 | 10001 | 1000100 | 11100 | 101101 | 110011 | 101111 |
Color Harmonies of #B7983B
Complementary color
Monochromatic Colors of #B7983B
Black with #B7983B
Text Example
Text Example
White with #B7983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7983B; }
p { color: rgb(183,152,59); }
H1.HeaderClassName
{
color: #B7983B;
}
.AnyTagClassName
{
color: #B7983B;
}
</style>
background-color css
<style>
a { background-color: #B7983B; }
a { background-color: rgb(183,152,59); }
div.DivClassName
{
background-color: #B7983B;
}
.BgClassName
{
background-color: #B7983B;
}
</style>
border-color css
<style>
span { border-color: #B7983B; }
span { border-color: rgb(183,152,59); }
td.TdClassName
{
border-color: #B7983B;
}
.TagClassName
{
border-color: #B7983B;
}
</style>