Shades of Roti #B9983F
Tints of Roti #B9983F
RGB
CMYK
RGB Variations
Color information
#B9983F (or 0xB9983F) is known color: Roti. HEX triplet: B9, 98 and 3F. RGB value is (185,152,63). Sum of RGB (Red+Green+Blue) = 185+152+63=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9983F is #4667C0. Grayscale: #989898. Windows color (decimal): -4614081 or 4167865. OLE color: 4167865.
HSL color Cylindrical-coordinate representation of color #B9983F: hue angle of 43.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9983F is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 63 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.27 |
| HSL | 43.77º | 0.49% | 0.49% | - |
| HSV(B) | 43.77º | 0.66% | 0.73% | - |
| XYZ | 32.13 | 33.13 | 9.4 | - |
| YUV | 151.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 63 | 0 | 0.18 | 0.66 | 0.27 | 43.77 | 0.49 | 0.49 |
| Hex | B9 | 98 | 3F | 0 | 12 | 42 | 1B | 2C | 31 | 31 |
| Octal | 271 | 230 | 77 | 0 | 22 | 102 | 33 | 54 | 61 | 61 |
| Binary | 10111001 | 10011000 | 111111 | 0 | 10010 | 1000010 | 11011 | 101100 | 110001 | 110001 |
Color Harmonies of #B9983F
Complementary color
Monochromatic Colors of #B9983F
Black with #B9983F
Text Example
Text Example
White with #B9983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9983F; }
p { color: rgb(185,152,63); }
H1.HeaderClassName
{
color: #B9983F;
}
.AnyTagClassName
{
color: #B9983F;
}
</style>
background-color css
<style>
a { background-color: #B9983F; }
a { background-color: rgb(185,152,63); }
div.DivClassName
{
background-color: #B9983F;
}
.BgClassName
{
background-color: #B9983F;
}
</style>
border-color css
<style>
span { border-color: #B9983F; }
span { border-color: rgb(185,152,63); }
td.TdClassName
{
border-color: #B9983F;
}
.TagClassName
{
border-color: #B9983F;
}
</style>