Shades of Roti #B5983E
Tints of Roti #B5983E
RGB
CMYK
RGB Variations
Color information
#B5983E (or 0xB5983E) is known color: Roti. HEX triplet: B5, 98 and 3E. RGB value is (181,152,62). Sum of RGB (Red+Green+Blue) = 181+152+62=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5983E is #4A67C1. Grayscale: #969696. Windows color (decimal): -4876226 or 4102325. OLE color: 4102325.
HSL color Cylindrical-coordinate representation of color #B5983E: hue angle of 45.38º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5983E is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 62 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.29 |
| HSL | 45.38º | 0.49% | 0.48% | - |
| HSV(B) | 45.38º | 0.66% | 0.71% | - |
| XYZ | 31.15 | 32.63 | 9.21 | - |
| YUV | 150.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 62 | 0 | 0.16 | 0.66 | 0.29 | 45.38 | 0.49 | 0.48 |
| Hex | B5 | 98 | 3E | 0 | 10 | 42 | 1D | 2D | 31 | 30 |
| Octal | 265 | 230 | 76 | 0 | 20 | 102 | 35 | 55 | 61 | 60 |
| Binary | 10110101 | 10011000 | 111110 | 0 | 10000 | 1000010 | 11101 | 101101 | 110001 | 110000 |
Color Harmonies of #B5983E
Complementary color
Monochromatic Colors of #B5983E
Black with #B5983E
Text Example
Text Example
White with #B5983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5983E; }
p { color: rgb(181,152,62); }
H1.HeaderClassName
{
color: #B5983E;
}
.AnyTagClassName
{
color: #B5983E;
}
</style>
background-color css
<style>
a { background-color: #B5983E; }
a { background-color: rgb(181,152,62); }
div.DivClassName
{
background-color: #B5983E;
}
.BgClassName
{
background-color: #B5983E;
}
</style>
border-color css
<style>
span { border-color: #B5983E; }
span { border-color: rgb(181,152,62); }
td.TdClassName
{
border-color: #B5983E;
}
.TagClassName
{
border-color: #B5983E;
}
</style>