Shades of Roti #B19C3B
Tints of Roti #B19C3B
RGB
CMYK
RGB Variations
Color information
#B19C3B (or 0xB19C3B) is known color: Roti. HEX triplet: B1, 9C and 3B. RGB value is (177,156,59). Sum of RGB (Red+Green+Blue) = 177+156+59=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C3B is #4E63C4. Grayscale: #979797. Windows color (decimal): -5137349 or 3906737. OLE color: 3906737.
HSL color Cylindrical-coordinate representation of color #B19C3B: hue angle of 49.32º 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 #B19C3B is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 59 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.31 |
| HSL | 49.32º | 0.5% | 0.46% | - |
| HSV(B) | 49.32º | 0.67% | 0.69% | - |
| XYZ | 30.81 | 33.44 | 8.97 | - |
| YUV | 151.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 59 | 0 | 0.12 | 0.67 | 0.31 | 49.32 | 0.5 | 0.46 |
| Hex | B1 | 9C | 3B | 0 | C | 43 | 1F | 31 | 32 | 2E |
| Octal | 261 | 234 | 73 | 0 | 14 | 103 | 37 | 61 | 62 | 56 |
| Binary | 10110001 | 10011100 | 111011 | 0 | 1100 | 1000011 | 11111 | 110001 | 110010 | 101110 |
Color Harmonies of #B19C3B
Complementary color
Monochromatic Colors of #B19C3B
Black with #B19C3B
Text Example
Text Example
White with #B19C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C3B; }
p { color: rgb(177,156,59); }
H1.HeaderClassName
{
color: #B19C3B;
}
.AnyTagClassName
{
color: #B19C3B;
}
</style>
background-color css
<style>
a { background-color: #B19C3B; }
a { background-color: rgb(177,156,59); }
div.DivClassName
{
background-color: #B19C3B;
}
.BgClassName
{
background-color: #B19C3B;
}
</style>
border-color css
<style>
span { border-color: #B19C3B; }
span { border-color: rgb(177,156,59); }
td.TdClassName
{
border-color: #B19C3B;
}
.TagClassName
{
border-color: #B19C3B;
}
</style>