Shades of Roti #B5983C
Tints of Roti #B5983C
RGB
CMYK
RGB Variations
Color information
#B5983C (or 0xB5983C) is known color: Roti. HEX triplet: B5, 98 and 3C. RGB value is (181,152,60). Sum of RGB (Red+Green+Blue) = 181+152+60=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5983C is #4A67C3. Grayscale: #969696. Windows color (decimal): -4876228 or 3971253. OLE color: 3971253.
HSL color Cylindrical-coordinate representation of color #B5983C: hue angle of 45.62º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5983C is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 60 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.29 |
| HSL | 45.62º | 0.5% | 0.47% | - |
| HSV(B) | 45.62º | 0.67% | 0.71% | - |
| XYZ | 31.1 | 32.61 | 8.93 | - |
| YUV | 150.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 60 | 0 | 0.16 | 0.67 | 0.29 | 45.62 | 0.5 | 0.47 |
| Hex | B5 | 98 | 3C | 0 | 10 | 43 | 1D | 2E | 32 | 2F |
| Octal | 265 | 230 | 74 | 0 | 20 | 103 | 35 | 56 | 62 | 57 |
| Binary | 10110101 | 10011000 | 111100 | 0 | 10000 | 1000011 | 11101 | 101110 | 110010 | 101111 |
Color Harmonies of #B5983C
Complementary color
Monochromatic Colors of #B5983C
Black with #B5983C
Text Example
Text Example
White with #B5983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5983C; }
p { color: rgb(181,152,60); }
H1.HeaderClassName
{
color: #B5983C;
}
.AnyTagClassName
{
color: #B5983C;
}
</style>
background-color css
<style>
a { background-color: #B5983C; }
a { background-color: rgb(181,152,60); }
div.DivClassName
{
background-color: #B5983C;
}
.BgClassName
{
background-color: #B5983C;
}
</style>
border-color css
<style>
span { border-color: #B5983C; }
span { border-color: rgb(181,152,60); }
td.TdClassName
{
border-color: #B5983C;
}
.TagClassName
{
border-color: #B5983C;
}
</style>