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