Shades of Roti #B1993F
Tints of Roti #B1993F
RGB
CMYK
RGB Variations
Color information
#B1993F (or 0xB1993F) is known color: Roti. HEX triplet: B1, 99 and 3F. RGB value is (177,153,63). Sum of RGB (Red+Green+Blue) = 177+153+63=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B1993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1993F is #4E66C0. Grayscale: #969696. Windows color (decimal): -5138113 or 4168113. OLE color: 4168113.
HSL color Cylindrical-coordinate representation of color #B1993F: hue angle of 47.37º 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 #B1993F is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 63 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.31 |
| HSL | 47.37º | 0.48% | 0.47% | - |
| HSV(B) | 47.37º | 0.64% | 0.69% | - |
| XYZ | 30.42 | 32.49 | 9.37 | - |
| YUV | 149.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 63 | 0 | 0.14 | 0.64 | 0.31 | 47.37 | 0.48 | 0.47 |
| Hex | B1 | 99 | 3F | 0 | E | 40 | 1F | 2F | 30 | 2F |
| Octal | 261 | 231 | 77 | 0 | 16 | 100 | 37 | 57 | 60 | 57 |
| Binary | 10110001 | 10011001 | 111111 | 0 | 1110 | 1000000 | 11111 | 101111 | 110000 | 101111 |
Color Harmonies of #B1993F
Complementary color
Monochromatic Colors of #B1993F
Black with #B1993F
Text Example
Text Example
White with #B1993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1993F; }
p { color: rgb(177,153,63); }
H1.HeaderClassName
{
color: #B1993F;
}
.AnyTagClassName
{
color: #B1993F;
}
</style>
background-color css
<style>
a { background-color: #B1993F; }
a { background-color: rgb(177,153,63); }
div.DivClassName
{
background-color: #B1993F;
}
.BgClassName
{
background-color: #B1993F;
}
</style>
border-color css
<style>
span { border-color: #B1993F; }
span { border-color: rgb(177,153,63); }
td.TdClassName
{
border-color: #B1993F;
}
.TagClassName
{
border-color: #B1993F;
}
</style>