Shades of Roti #B9993F
Tints of Roti #B9993F
RGB
CMYK
RGB Variations
Color information
#B9993F (or 0xB9993F) is known color: Roti. HEX triplet: B9, 99 and 3F. RGB value is (185,153,63). Sum of RGB (Red+Green+Blue) = 185+153+63=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B9993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9993F is #4666C0. Grayscale: #989898. Windows color (decimal): -4613825 or 4168121. OLE color: 4168121.
HSL color Cylindrical-coordinate representation of color #B9993F: hue angle of 44.26º 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 #B9993F is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 63 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.27 |
| HSL | 44.26º | 0.49% | 0.49% | - |
| HSV(B) | 44.26º | 0.66% | 0.73% | - |
| XYZ | 32.3 | 33.46 | 9.46 | - |
| YUV | 152.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 63 | 0 | 0.17 | 0.66 | 0.27 | 44.26 | 0.49 | 0.49 |
| Hex | B9 | 99 | 3F | 0 | 11 | 42 | 1B | 2C | 31 | 31 |
| Octal | 271 | 231 | 77 | 0 | 21 | 102 | 33 | 54 | 61 | 61 |
| Binary | 10111001 | 10011001 | 111111 | 0 | 10001 | 1000010 | 11011 | 101100 | 110001 | 110001 |
Color Harmonies of #B9993F
Complementary color
Monochromatic Colors of #B9993F
Black with #B9993F
Text Example
Text Example
White with #B9993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9993F; }
p { color: rgb(185,153,63); }
H1.HeaderClassName
{
color: #B9993F;
}
.AnyTagClassName
{
color: #B9993F;
}
</style>
background-color css
<style>
a { background-color: #B9993F; }
a { background-color: rgb(185,153,63); }
div.DivClassName
{
background-color: #B9993F;
}
.BgClassName
{
background-color: #B9993F;
}
</style>
border-color css
<style>
span { border-color: #B9993F; }
span { border-color: rgb(185,153,63); }
td.TdClassName
{
border-color: #B9993F;
}
.TagClassName
{
border-color: #B9993F;
}
</style>