Shades of Roti #B1963F
Tints of Roti #B1963F
RGB
CMYK
RGB Variations
Color information
#B1963F (or 0xB1963F) is known color: Roti. HEX triplet: B1, 96 and 3F. RGB value is (177,150,63). Sum of RGB (Red+Green+Blue) = 177+150+63=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1963F is #4E69C0. Grayscale: #949494. Windows color (decimal): -5138881 or 4167345. OLE color: 4167345.
HSL color Cylindrical-coordinate representation of color #B1963F: hue angle of 45.79º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1963F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 63 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.31 |
| HSL | 45.79º | 0.48% | 0.47% | - |
| HSV(B) | 45.79º | 0.64% | 0.69% | - |
| XYZ | 29.94 | 31.52 | 9.21 | - |
| YUV | 148.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 63 | 0 | 0.15 | 0.64 | 0.31 | 45.79 | 0.48 | 0.47 |
| Hex | B1 | 96 | 3F | 0 | F | 40 | 1F | 2E | 30 | 2F |
| Octal | 261 | 226 | 77 | 0 | 17 | 100 | 37 | 56 | 60 | 57 |
| Binary | 10110001 | 10010110 | 111111 | 0 | 1111 | 1000000 | 11111 | 101110 | 110000 | 101111 |
Color Harmonies of #B1963F
Complementary color
Monochromatic Colors of #B1963F
Black with #B1963F
Text Example
Text Example
White with #B1963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1963F; }
p { color: rgb(177,150,63); }
H1.HeaderClassName
{
color: #B1963F;
}
.AnyTagClassName
{
color: #B1963F;
}
</style>
background-color css
<style>
a { background-color: #B1963F; }
a { background-color: rgb(177,150,63); }
div.DivClassName
{
background-color: #B1963F;
}
.BgClassName
{
background-color: #B1963F;
}
</style>
border-color css
<style>
span { border-color: #B1963F; }
span { border-color: rgb(177,150,63); }
td.TdClassName
{
border-color: #B1963F;
}
.TagClassName
{
border-color: #B1963F;
}
</style>