Shades of Roti #B7983D
Tints of Roti #B7983D
RGB
CMYK
RGB Variations
Color information
#B7983D (or 0xB7983D) is known color: Roti. HEX triplet: B7, 98 and 3D. RGB value is (183,152,61). Sum of RGB (Red+Green+Blue) = 183+152+61=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7983D is #4867C2. Grayscale: #979797. Windows color (decimal): -4745155 or 4036791. OLE color: 4036791.
HSL color Cylindrical-coordinate representation of color #B7983D: hue angle of 44.75º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7983D is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 61 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.28 |
| HSL | 44.75º | 0.5% | 0.48% | - |
| HSV(B) | 44.75º | 0.67% | 0.72% | - |
| XYZ | 31.6 | 32.86 | 9.09 | - |
| YUV | 150.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 61 | 0 | 0.17 | 0.67 | 0.28 | 44.75 | 0.5 | 0.48 |
| Hex | B7 | 98 | 3D | 0 | 11 | 43 | 1C | 2D | 32 | 30 |
| Octal | 267 | 230 | 75 | 0 | 21 | 103 | 34 | 55 | 62 | 60 |
| Binary | 10110111 | 10011000 | 111101 | 0 | 10001 | 1000011 | 11100 | 101101 | 110010 | 110000 |
Color Harmonies of #B7983D
Complementary color
Monochromatic Colors of #B7983D
Black with #B7983D
Text Example
Text Example
White with #B7983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7983D; }
p { color: rgb(183,152,61); }
H1.HeaderClassName
{
color: #B7983D;
}
.AnyTagClassName
{
color: #B7983D;
}
</style>
background-color css
<style>
a { background-color: #B7983D; }
a { background-color: rgb(183,152,61); }
div.DivClassName
{
background-color: #B7983D;
}
.BgClassName
{
background-color: #B7983D;
}
</style>
border-color css
<style>
span { border-color: #B7983D; }
span { border-color: rgb(183,152,61); }
td.TdClassName
{
border-color: #B7983D;
}
.TagClassName
{
border-color: #B7983D;
}
</style>