Shades of Roti #B59C41
Tints of Roti #B59C41
RGB
CMYK
RGB Variations
Color information
#B59C41 (or 0xB59C41) is known color: Roti. HEX triplet: B5, 9C and 41. RGB value is (181,156,65). Sum of RGB (Red+Green+Blue) = 181+156+65=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C41 is #4A63BE. Grayscale: #999999. Windows color (decimal): -4875199 or 4299957. OLE color: 4299957.
HSL color Cylindrical-coordinate representation of color #B59C41: hue angle of 47.07º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B59C41 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 65 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.29 |
| HSL | 47.07º | 0.47% | 0.48% | - |
| HSV(B) | 47.07º | 0.64% | 0.71% | - |
| XYZ | 31.9 | 33.98 | 9.88 | - |
| YUV | 153.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 65 | 0 | 0.14 | 0.64 | 0.29 | 47.07 | 0.47 | 0.48 |
| Hex | B5 | 9C | 41 | 0 | E | 40 | 1D | 2F | 2F | 30 |
| Octal | 265 | 234 | 101 | 0 | 16 | 100 | 35 | 57 | 57 | 60 |
| Binary | 10110101 | 10011100 | 1000001 | 0 | 1110 | 1000000 | 11101 | 101111 | 101111 | 110000 |
Color Harmonies of #B59C41
Complementary color
Monochromatic Colors of #B59C41
Black with #B59C41
Text Example
Text Example
White with #B59C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C41; }
p { color: rgb(181,156,65); }
H1.HeaderClassName
{
color: #B59C41;
}
.AnyTagClassName
{
color: #B59C41;
}
</style>
background-color css
<style>
a { background-color: #B59C41; }
a { background-color: rgb(181,156,65); }
div.DivClassName
{
background-color: #B59C41;
}
.BgClassName
{
background-color: #B59C41;
}
</style>
border-color css
<style>
span { border-color: #B59C41; }
span { border-color: rgb(181,156,65); }
td.TdClassName
{
border-color: #B59C41;
}
.TagClassName
{
border-color: #B59C41;
}
</style>