Shades of Roti #B7973F
Tints of Roti #B7973F
RGB
CMYK
RGB Variations
Color information
#B7973F (or 0xB7973F) is known color: Roti. HEX triplet: B7, 97 and 3F. RGB value is (183,151,63). Sum of RGB (Red+Green+Blue) = 183+151+63=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7973F is #4868C0. Grayscale: #969696. Windows color (decimal): -4745409 or 4167607. OLE color: 4167607.
HSL color Cylindrical-coordinate representation of color #B7973F: hue angle of 44º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7973F is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 63 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.28 |
| HSL | 44º | 0.49% | 0.48% | - |
| HSV(B) | 44º | 0.66% | 0.72% | - |
| XYZ | 31.49 | 32.56 | 9.33 | - |
| YUV | 150.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 63 | 0 | 0.17 | 0.66 | 0.28 | 44 | 0.49 | 0.48 |
| Hex | B7 | 97 | 3F | 0 | 11 | 42 | 1C | 2C | 31 | 30 |
| Octal | 267 | 227 | 77 | 0 | 21 | 102 | 34 | 54 | 61 | 60 |
| Binary | 10110111 | 10010111 | 111111 | 0 | 10001 | 1000010 | 11100 | 101100 | 110001 | 110000 |
Color Harmonies of #B7973F
Complementary color
Monochromatic Colors of #B7973F
Black with #B7973F
Text Example
Text Example
White with #B7973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7973F; }
p { color: rgb(183,151,63); }
H1.HeaderClassName
{
color: #B7973F;
}
.AnyTagClassName
{
color: #B7973F;
}
</style>
background-color css
<style>
a { background-color: #B7973F; }
a { background-color: rgb(183,151,63); }
div.DivClassName
{
background-color: #B7973F;
}
.BgClassName
{
background-color: #B7973F;
}
</style>
border-color css
<style>
span { border-color: #B7973F; }
span { border-color: rgb(183,151,63); }
td.TdClassName
{
border-color: #B7973F;
}
.TagClassName
{
border-color: #B7973F;
}
</style>