Shades of Roti #B59A42
Tints of Roti #B59A42
RGB
CMYK
RGB Variations
Color information
#B59A42 (or 0xB59A42) is known color: Roti. HEX triplet: B5, 9A and 42. RGB value is (181,154,66). Sum of RGB (Red+Green+Blue) = 181+154+66=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A42 is #4A65BD. Grayscale: #989898. Windows color (decimal): -4875710 or 4364981. OLE color: 4364981.
HSL color Cylindrical-coordinate representation of color #B59A42: hue angle of 45.91º 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 #B59A42 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 66 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.29 |
| HSL | 45.91º | 0.47% | 0.48% | - |
| HSV(B) | 45.91º | 0.64% | 0.71% | - |
| XYZ | 31.6 | 33.33 | 9.92 | - |
| YUV | 152.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 66 | 0 | 0.15 | 0.64 | 0.29 | 45.91 | 0.47 | 0.48 |
| Hex | B5 | 9A | 42 | 0 | F | 40 | 1D | 2E | 2F | 30 |
| Octal | 265 | 232 | 102 | 0 | 17 | 100 | 35 | 56 | 57 | 60 |
| Binary | 10110101 | 10011010 | 1000010 | 0 | 1111 | 1000000 | 11101 | 101110 | 101111 | 110000 |
Color Harmonies of #B59A42
Complementary color
Monochromatic Colors of #B59A42
Black with #B59A42
Text Example
Text Example
White with #B59A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A42; }
p { color: rgb(181,154,66); }
H1.HeaderClassName
{
color: #B59A42;
}
.AnyTagClassName
{
color: #B59A42;
}
</style>
background-color css
<style>
a { background-color: #B59A42; }
a { background-color: rgb(181,154,66); }
div.DivClassName
{
background-color: #B59A42;
}
.BgClassName
{
background-color: #B59A42;
}
</style>
border-color css
<style>
span { border-color: #B59A42; }
span { border-color: rgb(181,154,66); }
td.TdClassName
{
border-color: #B59A42;
}
.TagClassName
{
border-color: #B59A42;
}
</style>