Shades of Roti #B7973B
Tints of Roti #B7973B
RGB
CMYK
RGB Variations
Color information
#B7973B (or 0xB7973B) is known color: Roti. HEX triplet: B7, 97 and 3B. RGB value is (183,151,59). Sum of RGB (Red+Green+Blue) = 183+151+59=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7973B is #4868C4. Grayscale: #969696. Windows color (decimal): -4745413 or 3905463. OLE color: 3905463.
HSL color Cylindrical-coordinate representation of color #B7973B: hue angle of 44.52º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7973B is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 59 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.28 |
| HSL | 44.52º | 0.51% | 0.47% | - |
| HSV(B) | 44.52º | 0.68% | 0.72% | - |
| XYZ | 31.38 | 32.52 | 8.76 | - |
| YUV | 150.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 59 | 0 | 0.17 | 0.68 | 0.28 | 44.52 | 0.51 | 0.47 |
| Hex | B7 | 97 | 3B | 0 | 11 | 44 | 1C | 2D | 33 | 2F |
| Octal | 267 | 227 | 73 | 0 | 21 | 104 | 34 | 55 | 63 | 57 |
| Binary | 10110111 | 10010111 | 111011 | 0 | 10001 | 1000100 | 11100 | 101101 | 110011 | 101111 |
Color Harmonies of #B7973B
Complementary color
Monochromatic Colors of #B7973B
Black with #B7973B
Text Example
Text Example
White with #B7973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7973B; }
p { color: rgb(183,151,59); }
H1.HeaderClassName
{
color: #B7973B;
}
.AnyTagClassName
{
color: #B7973B;
}
</style>
background-color css
<style>
a { background-color: #B7973B; }
a { background-color: rgb(183,151,59); }
div.DivClassName
{
background-color: #B7973B;
}
.BgClassName
{
background-color: #B7973B;
}
</style>
border-color css
<style>
span { border-color: #B7973B; }
span { border-color: rgb(183,151,59); }
td.TdClassName
{
border-color: #B7973B;
}
.TagClassName
{
border-color: #B7973B;
}
</style>