Shades of Roti #B9993D
Tints of Roti #B9993D
RGB
CMYK
RGB Variations
Color information
#B9993D (or 0xB9993D) is known color: Roti. HEX triplet: B9, 99 and 3D. RGB value is (185,153,61). Sum of RGB (Red+Green+Blue) = 185+153+61=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9993D is #4666C2. Grayscale: #989898. Windows color (decimal): -4613827 or 4037049. OLE color: 4037049.
HSL color Cylindrical-coordinate representation of color #B9993D: hue angle of 44.52º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9993D is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 61 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.27 |
| HSL | 44.52º | 0.5% | 0.48% | - |
| HSV(B) | 44.52º | 0.67% | 0.73% | - |
| XYZ | 32.24 | 33.43 | 9.17 | - |
| YUV | 152.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 61 | 0 | 0.17 | 0.67 | 0.27 | 44.52 | 0.5 | 0.48 |
| Hex | B9 | 99 | 3D | 0 | 11 | 43 | 1B | 2D | 32 | 30 |
| Octal | 271 | 231 | 75 | 0 | 21 | 103 | 33 | 55 | 62 | 60 |
| Binary | 10111001 | 10011001 | 111101 | 0 | 10001 | 1000011 | 11011 | 101101 | 110010 | 110000 |
Color Harmonies of #B9993D
Complementary color
Monochromatic Colors of #B9993D
Black with #B9993D
Text Example
Text Example
White with #B9993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9993D; }
p { color: rgb(185,153,61); }
H1.HeaderClassName
{
color: #B9993D;
}
.AnyTagClassName
{
color: #B9993D;
}
</style>
background-color css
<style>
a { background-color: #B9993D; }
a { background-color: rgb(185,153,61); }
div.DivClassName
{
background-color: #B9993D;
}
.BgClassName
{
background-color: #B9993D;
}
</style>
border-color css
<style>
span { border-color: #B9993D; }
span { border-color: rgb(185,153,61); }
td.TdClassName
{
border-color: #B9993D;
}
.TagClassName
{
border-color: #B9993D;
}
</style>