Shades of Roti #B9973D
Tints of Roti #B9973D
RGB
CMYK
RGB Variations
Color information
#B9973D (or 0xB9973D) is known color: Roti. HEX triplet: B9, 97 and 3D. RGB value is (185,151,61). Sum of RGB (Red+Green+Blue) = 185+151+61=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9973D is #4668C2. Grayscale: #979797. Windows color (decimal): -4614339 or 4036537. OLE color: 4036537.
HSL color Cylindrical-coordinate representation of color #B9973D: hue angle of 43.55º 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 #B9973D is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 61 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.27 |
| HSL | 43.55º | 0.5% | 0.48% | - |
| HSV(B) | 43.55º | 0.67% | 0.73% | - |
| XYZ | 31.92 | 32.78 | 9.06 | - |
| YUV | 150.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 61 | 0 | 0.18 | 0.67 | 0.27 | 43.55 | 0.5 | 0.48 |
| Hex | B9 | 97 | 3D | 0 | 12 | 43 | 1B | 2C | 32 | 30 |
| Octal | 271 | 227 | 75 | 0 | 22 | 103 | 33 | 54 | 62 | 60 |
| Binary | 10111001 | 10010111 | 111101 | 0 | 10010 | 1000011 | 11011 | 101100 | 110010 | 110000 |
Color Harmonies of #B9973D
Complementary color
Monochromatic Colors of #B9973D
Black with #B9973D
Text Example
Text Example
White with #B9973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9973D; }
p { color: rgb(185,151,61); }
H1.HeaderClassName
{
color: #B9973D;
}
.AnyTagClassName
{
color: #B9973D;
}
</style>
background-color css
<style>
a { background-color: #B9973D; }
a { background-color: rgb(185,151,61); }
div.DivClassName
{
background-color: #B9973D;
}
.BgClassName
{
background-color: #B9973D;
}
</style>
border-color css
<style>
span { border-color: #B9973D; }
span { border-color: rgb(185,151,61); }
td.TdClassName
{
border-color: #B9973D;
}
.TagClassName
{
border-color: #B9973D;
}
</style>