Shades of Roti #B59A35
Tints of Roti #B59A35
RGB
CMYK
RGB Variations
Color information
#B59A35 (or 0xB59A35) is known color: Roti. HEX triplet: B5, 9A and 35. RGB value is (181,154,53). Sum of RGB (Red+Green+Blue) = 181+154+53=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A35 is #4A65CA. Grayscale: #969696. Windows color (decimal): -4875723 or 3513013. OLE color: 3513013.
HSL color Cylindrical-coordinate representation of color #B59A35: hue angle of 47.34º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B59A35 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 53 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.29 |
| HSL | 47.34º | 0.55% | 0.46% | - |
| HSV(B) | 47.34º | 0.71% | 0.71% | - |
| XYZ | 31.25 | 33.19 | 8.13 | - |
| YUV | 150.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 53 | 0 | 0.15 | 0.71 | 0.29 | 47.34 | 0.55 | 0.46 |
| Hex | B5 | 9A | 35 | 0 | F | 47 | 1D | 2F | 37 | 2E |
| Octal | 265 | 232 | 65 | 0 | 17 | 107 | 35 | 57 | 67 | 56 |
| Binary | 10110101 | 10011010 | 110101 | 0 | 1111 | 1000111 | 11101 | 101111 | 110111 | 101110 |
Color Harmonies of #B59A35
Complementary color
Monochromatic Colors of #B59A35
Black with #B59A35
Text Example
Text Example
White with #B59A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A35; }
p { color: rgb(181,154,53); }
H1.HeaderClassName
{
color: #B59A35;
}
.AnyTagClassName
{
color: #B59A35;
}
</style>
background-color css
<style>
a { background-color: #B59A35; }
a { background-color: rgb(181,154,53); }
div.DivClassName
{
background-color: #B59A35;
}
.BgClassName
{
background-color: #B59A35;
}
</style>
border-color css
<style>
span { border-color: #B59A35; }
span { border-color: rgb(181,154,53); }
td.TdClassName
{
border-color: #B59A35;
}
.TagClassName
{
border-color: #B59A35;
}
</style>