Shades of Roti #B99843
Tints of Roti #B99843
RGB
CMYK
RGB Variations
Color information
#B99843 (or 0xB99843) is known color: Roti. HEX triplet: B9, 98 and 43. RGB value is (185,152,67). Sum of RGB (Red+Green+Blue) = 185+152+67=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B99843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99843 is #4667BC. Grayscale: #989898. Windows color (decimal): -4614077 or 4430009. OLE color: 4430009.
HSL color Cylindrical-coordinate representation of color #B99843: hue angle of 43.22º 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 #B99843 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 67 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.27 |
| HSL | 43.22º | 0.47% | 0.49% | - |
| HSV(B) | 43.22º | 0.64% | 0.73% | - |
| XYZ | 32.25 | 33.18 | 10.01 | - |
| YUV | 152.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 67 | 0 | 0.18 | 0.64 | 0.27 | 43.22 | 0.47 | 0.49 |
| Hex | B9 | 98 | 43 | 0 | 12 | 40 | 1B | 2B | 2F | 31 |
| Octal | 271 | 230 | 103 | 0 | 22 | 100 | 33 | 53 | 57 | 61 |
| Binary | 10111001 | 10011000 | 1000011 | 0 | 10010 | 1000000 | 11011 | 101011 | 101111 | 110001 |
Color Harmonies of #B99843
Complementary color
Monochromatic Colors of #B99843
Black with #B99843
Text Example
Text Example
White with #B99843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99843; }
p { color: rgb(185,152,67); }
H1.HeaderClassName
{
color: #B99843;
}
.AnyTagClassName
{
color: #B99843;
}
</style>
background-color css
<style>
a { background-color: #B99843; }
a { background-color: rgb(185,152,67); }
div.DivClassName
{
background-color: #B99843;
}
.BgClassName
{
background-color: #B99843;
}
</style>
border-color css
<style>
span { border-color: #B99843; }
span { border-color: rgb(185,152,67); }
td.TdClassName
{
border-color: #B99843;
}
.TagClassName
{
border-color: #B99843;
}
</style>