Shades of Roti #B3973D
Tints of Roti #B3973D
RGB
CMYK
RGB Variations
Color information
#B3973D (or 0xB3973D) is known color: Roti. HEX triplet: B3, 97 and 3D. RGB value is (179,151,61). Sum of RGB (Red+Green+Blue) = 179+151+61=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3973D is #4C68C2. Grayscale: #959595. Windows color (decimal): -5007555 or 4036531. OLE color: 4036531.
HSL color Cylindrical-coordinate representation of color #B3973D: hue angle of 45.76º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3973D is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 61 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.30 |
| HSL | 45.76º | 0.49% | 0.47% | - |
| HSV(B) | 45.76º | 0.66% | 0.7% | - |
| XYZ | 30.5 | 32.05 | 8.99 | - |
| YUV | 149.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 61 | 0 | 0.16 | 0.66 | 0.30 | 45.76 | 0.49 | 0.47 |
| Hex | B3 | 97 | 3D | 0 | 10 | 42 | 1E | 2E | 31 | 2F |
| Octal | 263 | 227 | 75 | 0 | 20 | 102 | 36 | 56 | 61 | 57 |
| Binary | 10110011 | 10010111 | 111101 | 0 | 10000 | 1000010 | 11110 | 101110 | 110001 | 101111 |
Color Harmonies of #B3973D
Complementary color
Monochromatic Colors of #B3973D
Black with #B3973D
Text Example
Text Example
White with #B3973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3973D; }
p { color: rgb(179,151,61); }
H1.HeaderClassName
{
color: #B3973D;
}
.AnyTagClassName
{
color: #B3973D;
}
</style>
background-color css
<style>
a { background-color: #B3973D; }
a { background-color: rgb(179,151,61); }
div.DivClassName
{
background-color: #B3973D;
}
.BgClassName
{
background-color: #B3973D;
}
</style>
border-color css
<style>
span { border-color: #B3973D; }
span { border-color: rgb(179,151,61); }
td.TdClassName
{
border-color: #B3973D;
}
.TagClassName
{
border-color: #B3973D;
}
</style>