Shades of Roti #B99D3F
Tints of Roti #B99D3F
RGB
CMYK
RGB Variations
Color information
#B99D3F (or 0xB99D3F) is known color: Roti. HEX triplet: B9, 9D and 3F. RGB value is (185,157,63). Sum of RGB (Red+Green+Blue) = 185+157+63=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D3F is #4662C0. Grayscale: #9B9B9B. Windows color (decimal): -4612801 or 4169145. OLE color: 4169145.
HSL color Cylindrical-coordinate representation of color #B99D3F: hue angle of 46.23º 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 #B99D3F is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 63 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.27 |
| HSL | 46.23º | 0.49% | 0.49% | - |
| HSV(B) | 46.23º | 0.66% | 0.73% | - |
| XYZ | 32.96 | 34.79 | 9.68 | - |
| YUV | 154.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 63 | 0 | 0.15 | 0.66 | 0.27 | 46.23 | 0.49 | 0.49 |
| Hex | B9 | 9D | 3F | 0 | F | 42 | 1B | 2E | 31 | 31 |
| Octal | 271 | 235 | 77 | 0 | 17 | 102 | 33 | 56 | 61 | 61 |
| Binary | 10111001 | 10011101 | 111111 | 0 | 1111 | 1000010 | 11011 | 101110 | 110001 | 110001 |
Color Harmonies of #B99D3F
Complementary color
Monochromatic Colors of #B99D3F
Black with #B99D3F
Text Example
Text Example
White with #B99D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D3F; }
p { color: rgb(185,157,63); }
H1.HeaderClassName
{
color: #B99D3F;
}
.AnyTagClassName
{
color: #B99D3F;
}
</style>
background-color css
<style>
a { background-color: #B99D3F; }
a { background-color: rgb(185,157,63); }
div.DivClassName
{
background-color: #B99D3F;
}
.BgClassName
{
background-color: #B99D3F;
}
</style>
border-color css
<style>
span { border-color: #B99D3F; }
span { border-color: rgb(185,157,63); }
td.TdClassName
{
border-color: #B99D3F;
}
.TagClassName
{
border-color: #B99D3F;
}
</style>