Shades of Roti #B0983E
Tints of Roti #B0983E
RGB
CMYK
RGB Variations
Color information
#B0983E (or 0xB0983E) is known color: Roti. HEX triplet: B0, 98 and 3E. RGB value is (176,152,62). Sum of RGB (Red+Green+Blue) = 176+152+62=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0983E is #4F67C1. Grayscale: #959595. Windows color (decimal): -5203906 or 4102320. OLE color: 4102320.
HSL color Cylindrical-coordinate representation of color #B0983E: hue angle of 47.37º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0983E is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 62 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.31 |
| HSL | 47.37º | 0.48% | 0.47% | - |
| HSV(B) | 47.37º | 0.65% | 0.69% | - |
| XYZ | 30 | 32.03 | 9.16 | - |
| YUV | 148.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 62 | 0 | 0.14 | 0.65 | 0.31 | 47.37 | 0.48 | 0.47 |
| Hex | B0 | 98 | 3E | 0 | E | 41 | 1F | 2F | 30 | 2F |
| Octal | 260 | 230 | 76 | 0 | 16 | 101 | 37 | 57 | 60 | 57 |
| Binary | 10110000 | 10011000 | 111110 | 0 | 1110 | 1000001 | 11111 | 101111 | 110000 | 101111 |
Color Harmonies of #B0983E
Complementary color
Monochromatic Colors of #B0983E
Black with #B0983E
Text Example
Text Example
White with #B0983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0983E; }
p { color: rgb(176,152,62); }
H1.HeaderClassName
{
color: #B0983E;
}
.AnyTagClassName
{
color: #B0983E;
}
</style>
background-color css
<style>
a { background-color: #B0983E; }
a { background-color: rgb(176,152,62); }
div.DivClassName
{
background-color: #B0983E;
}
.BgClassName
{
background-color: #B0983E;
}
</style>
border-color css
<style>
span { border-color: #B0983E; }
span { border-color: rgb(176,152,62); }
td.TdClassName
{
border-color: #B0983E;
}
.TagClassName
{
border-color: #B0983E;
}
</style>