Shades of Roti #B99C43
Tints of Roti #B99C43
RGB
CMYK
RGB Variations
Color information
#B99C43 (or 0xB99C43) is known color: Roti. HEX triplet: B9, 9C and 43. RGB value is (185,156,67). Sum of RGB (Red+Green+Blue) = 185+156+67=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C43 is #4663BC. Grayscale: #9A9A9A. Windows color (decimal): -4613053 or 4431033. OLE color: 4431033.
HSL color Cylindrical-coordinate representation of color #B99C43: hue angle of 45.25º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B99C43 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 67 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.27 |
| HSL | 45.25º | 0.47% | 0.49% | - |
| HSV(B) | 45.25º | 0.64% | 0.73% | - |
| XYZ | 32.91 | 34.5 | 10.23 | - |
| YUV | 154.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 67 | 0 | 0.16 | 0.64 | 0.27 | 45.25 | 0.47 | 0.49 |
| Hex | B9 | 9C | 43 | 0 | 10 | 40 | 1B | 2D | 2F | 31 |
| Octal | 271 | 234 | 103 | 0 | 20 | 100 | 33 | 55 | 57 | 61 |
| Binary | 10111001 | 10011100 | 1000011 | 0 | 10000 | 1000000 | 11011 | 101101 | 101111 | 110001 |
Color Harmonies of #B99C43
Complementary color
Monochromatic Colors of #B99C43
Black with #B99C43
Text Example
Text Example
White with #B99C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C43; }
p { color: rgb(185,156,67); }
H1.HeaderClassName
{
color: #B99C43;
}
.AnyTagClassName
{
color: #B99C43;
}
</style>
background-color css
<style>
a { background-color: #B99C43; }
a { background-color: rgb(185,156,67); }
div.DivClassName
{
background-color: #B99C43;
}
.BgClassName
{
background-color: #B99C43;
}
</style>
border-color css
<style>
span { border-color: #B99C43; }
span { border-color: rgb(185,156,67); }
td.TdClassName
{
border-color: #B99C43;
}
.TagClassName
{
border-color: #B99C43;
}
</style>