Shades of Roti #B9993C
Tints of Roti #B9993C
RGB
CMYK
RGB Variations
Color information
#B9993C (or 0xB9993C) is known color: Roti. HEX triplet: B9, 99 and 3C. RGB value is (185,153,60). Sum of RGB (Red+Green+Blue) = 185+153+60=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9993C is #4666C3. Grayscale: #989898. Windows color (decimal): -4613828 or 3971513. OLE color: 3971513.
HSL color Cylindrical-coordinate representation of color #B9993C: hue angle of 44.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9993C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 60 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.27 |
| HSL | 44.64º | 0.51% | 0.48% | - |
| HSV(B) | 44.64º | 0.68% | 0.73% | - |
| XYZ | 32.21 | 33.42 | 9.03 | - |
| YUV | 151.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 60 | 0 | 0.17 | 0.68 | 0.27 | 44.64 | 0.51 | 0.48 |
| Hex | B9 | 99 | 3C | 0 | 11 | 44 | 1B | 2D | 33 | 30 |
| Octal | 271 | 231 | 74 | 0 | 21 | 104 | 33 | 55 | 63 | 60 |
| Binary | 10111001 | 10011001 | 111100 | 0 | 10001 | 1000100 | 11011 | 101101 | 110011 | 110000 |
Color Harmonies of #B9993C
Complementary color
Monochromatic Colors of #B9993C
Black with #B9993C
Text Example
Text Example
White with #B9993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9993C; }
p { color: rgb(185,153,60); }
H1.HeaderClassName
{
color: #B9993C;
}
.AnyTagClassName
{
color: #B9993C;
}
</style>
background-color css
<style>
a { background-color: #B9993C; }
a { background-color: rgb(185,153,60); }
div.DivClassName
{
background-color: #B9993C;
}
.BgClassName
{
background-color: #B9993C;
}
</style>
border-color css
<style>
span { border-color: #B9993C; }
span { border-color: rgb(185,153,60); }
td.TdClassName
{
border-color: #B9993C;
}
.TagClassName
{
border-color: #B9993C;
}
</style>