Shades of Roti #B3973F
Tints of Roti #B3973F
RGB
CMYK
RGB Variations
Color information
#B3973F (or 0xB3973F) is known color: Roti. HEX triplet: B3, 97 and 3F. RGB value is (179,151,63). Sum of RGB (Red+Green+Blue) = 179+151+63=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B3973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3973F is #4C68C0. Grayscale: #959595. Windows color (decimal): -5007553 or 4167603. OLE color: 4167603.
HSL color Cylindrical-coordinate representation of color #B3973F: hue angle of 45.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3973F is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 63 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.30 |
| HSL | 45.52º | 0.48% | 0.47% | - |
| HSV(B) | 45.52º | 0.65% | 0.7% | - |
| XYZ | 30.55 | 32.08 | 9.28 | - |
| YUV | 149.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 63 | 0 | 0.16 | 0.65 | 0.30 | 45.52 | 0.48 | 0.47 |
| Hex | B3 | 97 | 3F | 0 | 10 | 41 | 1E | 2E | 30 | 2F |
| Octal | 263 | 227 | 77 | 0 | 20 | 101 | 36 | 56 | 60 | 57 |
| Binary | 10110011 | 10010111 | 111111 | 0 | 10000 | 1000001 | 11110 | 101110 | 110000 | 101111 |
Color Harmonies of #B3973F
Complementary color
Monochromatic Colors of #B3973F
Black with #B3973F
Text Example
Text Example
White with #B3973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3973F; }
p { color: rgb(179,151,63); }
H1.HeaderClassName
{
color: #B3973F;
}
.AnyTagClassName
{
color: #B3973F;
}
</style>
background-color css
<style>
a { background-color: #B3973F; }
a { background-color: rgb(179,151,63); }
div.DivClassName
{
background-color: #B3973F;
}
.BgClassName
{
background-color: #B3973F;
}
</style>
border-color css
<style>
span { border-color: #B3973F; }
span { border-color: rgb(179,151,63); }
td.TdClassName
{
border-color: #B3973F;
}
.TagClassName
{
border-color: #B3973F;
}
</style>