Shades of Roti #B9974A
Tints of Roti #B9974A
RGB
CMYK
RGB Variations
Color information
#B9974A (or 0xB9974A) is known color: Roti. HEX triplet: B9, 97 and 4A. RGB value is (185,151,74). Sum of RGB (Red+Green+Blue) = 185+151+74=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9974A is #4668B5. Grayscale: #989898. Windows color (decimal): -4614326 or 4888505. OLE color: 4888505.
HSL color Cylindrical-coordinate representation of color #B9974A: hue angle of 41.62º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9974A is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 74 | - |
| CMYK | 0 | 0.18 | 0.6 | 0.27 |
| HSL | 41.62º | 0.44% | 0.51% | - |
| HSV(B) | 41.62º | 0.6% | 0.73% | - |
| XYZ | 32.31 | 32.94 | 11.13 | - |
| YUV | 152.39 | 83.76 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 74 | 0 | 0.18 | 0.6 | 0.27 | 41.62 | 0.44 | 0.51 |
| Hex | B9 | 97 | 4A | 0 | 12 | 3C | 1B | 2A | 2C | 33 |
| Octal | 271 | 227 | 112 | 0 | 22 | 74 | 33 | 52 | 54 | 63 |
| Binary | 10111001 | 10010111 | 1001010 | 0 | 10010 | 111100 | 11011 | 101010 | 101100 | 110011 |
Color Harmonies of #B9974A
Complementary color
Monochromatic Colors of #B9974A
Black with #B9974A
Text Example
Text Example
White with #B9974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9974A; }
p { color: rgb(185,151,74); }
H1.HeaderClassName
{
color: #B9974A;
}
.AnyTagClassName
{
color: #B9974A;
}
</style>
background-color css
<style>
a { background-color: #B9974A; }
a { background-color: rgb(185,151,74); }
div.DivClassName
{
background-color: #B9974A;
}
.BgClassName
{
background-color: #B9974A;
}
</style>
border-color css
<style>
span { border-color: #B9974A; }
span { border-color: rgb(185,151,74); }
td.TdClassName
{
border-color: #B9974A;
}
.TagClassName
{
border-color: #B9974A;
}
</style>