Shades of Roti #B1993D
Tints of Roti #B1993D
RGB
CMYK
RGB Variations
Color information
#B1993D (or 0xB1993D) is known color: Roti. HEX triplet: B1, 99 and 3D. RGB value is (177,153,61). Sum of RGB (Red+Green+Blue) = 177+153+61=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1993D is #4E66C2. Grayscale: #969696. Windows color (decimal): -5138115 or 4037041. OLE color: 4037041.
HSL color Cylindrical-coordinate representation of color #B1993D: hue angle of 47.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1993D is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 61 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.31 |
| HSL | 47.59º | 0.49% | 0.47% | - |
| HSV(B) | 47.59º | 0.66% | 0.69% | - |
| XYZ | 30.37 | 32.47 | 9.08 | - |
| YUV | 149.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 61 | 0 | 0.14 | 0.66 | 0.31 | 47.59 | 0.49 | 0.47 |
| Hex | B1 | 99 | 3D | 0 | E | 42 | 1F | 30 | 31 | 2F |
| Octal | 261 | 231 | 75 | 0 | 16 | 102 | 37 | 60 | 61 | 57 |
| Binary | 10110001 | 10011001 | 111101 | 0 | 1110 | 1000010 | 11111 | 110000 | 110001 | 101111 |
Color Harmonies of #B1993D
Complementary color
Monochromatic Colors of #B1993D
Black with #B1993D
Text Example
Text Example
White with #B1993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1993D; }
p { color: rgb(177,153,61); }
H1.HeaderClassName
{
color: #B1993D;
}
.AnyTagClassName
{
color: #B1993D;
}
</style>
background-color css
<style>
a { background-color: #B1993D; }
a { background-color: rgb(177,153,61); }
div.DivClassName
{
background-color: #B1993D;
}
.BgClassName
{
background-color: #B1993D;
}
</style>
border-color css
<style>
span { border-color: #B1993D; }
span { border-color: rgb(177,153,61); }
td.TdClassName
{
border-color: #B1993D;
}
.TagClassName
{
border-color: #B1993D;
}
</style>