Shades of Roti #B1993B
Tints of Roti #B1993B
RGB
CMYK
RGB Variations
Color information
#B1993B (or 0xB1993B) is known color: Roti. HEX triplet: B1, 99 and 3B. RGB value is (177,153,59). Sum of RGB (Red+Green+Blue) = 177+153+59=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1993B is #4E66C4. Grayscale: #959595. Windows color (decimal): -5138117 or 3905969. OLE color: 3905969.
HSL color Cylindrical-coordinate representation of color #B1993B: hue angle of 47.8º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1993B is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 59 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.31 |
| HSL | 47.8º | 0.5% | 0.46% | - |
| HSV(B) | 47.8º | 0.67% | 0.69% | - |
| XYZ | 30.31 | 32.45 | 8.8 | - |
| YUV | 149.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 59 | 0 | 0.14 | 0.67 | 0.31 | 47.8 | 0.5 | 0.46 |
| Hex | B1 | 99 | 3B | 0 | E | 43 | 1F | 30 | 32 | 2E |
| Octal | 261 | 231 | 73 | 0 | 16 | 103 | 37 | 60 | 62 | 56 |
| Binary | 10110001 | 10011001 | 111011 | 0 | 1110 | 1000011 | 11111 | 110000 | 110010 | 101110 |
Color Harmonies of #B1993B
Complementary color
Monochromatic Colors of #B1993B
Black with #B1993B
Text Example
Text Example
White with #B1993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1993B; }
p { color: rgb(177,153,59); }
H1.HeaderClassName
{
color: #B1993B;
}
.AnyTagClassName
{
color: #B1993B;
}
</style>
background-color css
<style>
a { background-color: #B1993B; }
a { background-color: rgb(177,153,59); }
div.DivClassName
{
background-color: #B1993B;
}
.BgClassName
{
background-color: #B1993B;
}
</style>
border-color css
<style>
span { border-color: #B1993B; }
span { border-color: rgb(177,153,59); }
td.TdClassName
{
border-color: #B1993B;
}
.TagClassName
{
border-color: #B1993B;
}
</style>