Shades of Roti #B9963F
Tints of Roti #B9963F
RGB
CMYK
RGB Variations
Color information
#B9963F (or 0xB9963F) is known color: Roti. HEX triplet: B9, 96 and 3F. RGB value is (185,150,63). Sum of RGB (Red+Green+Blue) = 185+150+63=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9963F is #4669C0. Grayscale: #969696. Windows color (decimal): -4614593 or 4167353. OLE color: 4167353.
HSL color Cylindrical-coordinate representation of color #B9963F: hue angle of 42.79º 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 #B9963F is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 63 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.27 |
| HSL | 42.79º | 0.49% | 0.49% | - |
| HSV(B) | 42.79º | 0.66% | 0.73% | - |
| XYZ | 31.81 | 32.49 | 9.3 | - |
| YUV | 150.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 63 | 0 | 0.19 | 0.66 | 0.27 | 42.79 | 0.49 | 0.49 |
| Hex | B9 | 96 | 3F | 0 | 13 | 42 | 1B | 2B | 31 | 31 |
| Octal | 271 | 226 | 77 | 0 | 23 | 102 | 33 | 53 | 61 | 61 |
| Binary | 10111001 | 10010110 | 111111 | 0 | 10011 | 1000010 | 11011 | 101011 | 110001 | 110001 |
Color Harmonies of #B9963F
Complementary color
Monochromatic Colors of #B9963F
Black with #B9963F
Text Example
Text Example
White with #B9963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9963F; }
p { color: rgb(185,150,63); }
H1.HeaderClassName
{
color: #B9963F;
}
.AnyTagClassName
{
color: #B9963F;
}
</style>
background-color css
<style>
a { background-color: #B9963F; }
a { background-color: rgb(185,150,63); }
div.DivClassName
{
background-color: #B9963F;
}
.BgClassName
{
background-color: #B9963F;
}
</style>
border-color css
<style>
span { border-color: #B9963F; }
span { border-color: rgb(185,150,63); }
td.TdClassName
{
border-color: #B9963F;
}
.TagClassName
{
border-color: #B9963F;
}
</style>