Shades of Roti #B59245
Tints of Roti #B59245
RGB
CMYK
RGB Variations
Color information
#B59245 (or 0xB59245) is known color: Roti. HEX triplet: B5, 92 and 45. RGB value is (181,146,69). Sum of RGB (Red+Green+Blue) = 181+146+69=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B59245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59245 is #4A6DBA. Grayscale: #949494. Windows color (decimal): -4877755 or 4559541. OLE color: 4559541.
HSL color Cylindrical-coordinate representation of color #B59245: hue angle of 41.25º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B59245 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 69 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.29 |
| HSL | 41.25º | 0.45% | 0.49% | - |
| HSV(B) | 41.25º | 0.62% | 0.71% | - |
| XYZ | 30.41 | 30.81 | 9.97 | - |
| YUV | 147.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 69 | 0 | 0.19 | 0.62 | 0.29 | 41.25 | 0.45 | 0.49 |
| Hex | B5 | 92 | 45 | 0 | 13 | 3E | 1D | 29 | 2D | 31 |
| Octal | 265 | 222 | 105 | 0 | 23 | 76 | 35 | 51 | 55 | 61 |
| Binary | 10110101 | 10010010 | 1000101 | 0 | 10011 | 111110 | 11101 | 101001 | 101101 | 110001 |
Color Harmonies of #B59245
Complementary color
Monochromatic Colors of #B59245
Black with #B59245
Text Example
Text Example
White with #B59245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59245; }
p { color: rgb(181,146,69); }
H1.HeaderClassName
{
color: #B59245;
}
.AnyTagClassName
{
color: #B59245;
}
</style>
background-color css
<style>
a { background-color: #B59245; }
a { background-color: rgb(181,146,69); }
div.DivClassName
{
background-color: #B59245;
}
.BgClassName
{
background-color: #B59245;
}
</style>
border-color css
<style>
span { border-color: #B59245; }
span { border-color: rgb(181,146,69); }
td.TdClassName
{
border-color: #B59245;
}
.TagClassName
{
border-color: #B59245;
}
</style>