Shades of Roti #B99C3F
Tints of Roti #B99C3F
RGB
CMYK
RGB Variations
Color information
#B99C3F (or 0xB99C3F) is known color: Roti. HEX triplet: B9, 9C and 3F. RGB value is (185,156,63). Sum of RGB (Red+Green+Blue) = 185+156+63=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C3F is #4663C0. Grayscale: #9A9A9A. Windows color (decimal): -4613057 or 4168889. OLE color: 4168889.
HSL color Cylindrical-coordinate representation of color #B99C3F: hue angle of 45.74º 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 #B99C3F is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 63 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.27 |
| HSL | 45.74º | 0.49% | 0.49% | - |
| HSV(B) | 45.74º | 0.66% | 0.73% | - |
| XYZ | 32.79 | 34.45 | 9.62 | - |
| YUV | 154.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 63 | 0 | 0.16 | 0.66 | 0.27 | 45.74 | 0.49 | 0.49 |
| Hex | B9 | 9C | 3F | 0 | 10 | 42 | 1B | 2E | 31 | 31 |
| Octal | 271 | 234 | 77 | 0 | 20 | 102 | 33 | 56 | 61 | 61 |
| Binary | 10111001 | 10011100 | 111111 | 0 | 10000 | 1000010 | 11011 | 101110 | 110001 | 110001 |
Color Harmonies of #B99C3F
Complementary color
Monochromatic Colors of #B99C3F
Black with #B99C3F
Text Example
Text Example
White with #B99C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C3F; }
p { color: rgb(185,156,63); }
H1.HeaderClassName
{
color: #B99C3F;
}
.AnyTagClassName
{
color: #B99C3F;
}
</style>
background-color css
<style>
a { background-color: #B99C3F; }
a { background-color: rgb(185,156,63); }
div.DivClassName
{
background-color: #B99C3F;
}
.BgClassName
{
background-color: #B99C3F;
}
</style>
border-color css
<style>
span { border-color: #B99C3F; }
span { border-color: rgb(185,156,63); }
td.TdClassName
{
border-color: #B99C3F;
}
.TagClassName
{
border-color: #B99C3F;
}
</style>