Shades of Roti #B49239
Tints of Roti #B49239
RGB
CMYK
RGB Variations
Color information
#B49239 (or 0xB49239) is known color: Roti. HEX triplet: B4, 92 and 39. RGB value is (180,146,57). Sum of RGB (Red+Green+Blue) = 180+146+57=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B49239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49239 is #4B6DC6. Grayscale: #929292. Windows color (decimal): -4943303 or 3773108. OLE color: 3773108.
HSL color Cylindrical-coordinate representation of color #B49239: hue angle of 43.41º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B49239 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 57 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.29 |
| HSL | 43.41º | 0.52% | 0.46% | - |
| HSV(B) | 43.41º | 0.68% | 0.71% | - |
| XYZ | 29.84 | 30.56 | 8.2 | - |
| YUV | 146.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 57 | 0 | 0.19 | 0.68 | 0.29 | 43.41 | 0.52 | 0.46 |
| Hex | B4 | 92 | 39 | 0 | 13 | 44 | 1D | 2B | 34 | 2E |
| Octal | 264 | 222 | 71 | 0 | 23 | 104 | 35 | 53 | 64 | 56 |
| Binary | 10110100 | 10010010 | 111001 | 0 | 10011 | 1000100 | 11101 | 101011 | 110100 | 101110 |
Color Harmonies of #B49239
Complementary color
Monochromatic Colors of #B49239
Black with #B49239
Text Example
Text Example
White with #B49239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49239; }
p { color: rgb(180,146,57); }
H1.HeaderClassName
{
color: #B49239;
}
.AnyTagClassName
{
color: #B49239;
}
</style>
background-color css
<style>
a { background-color: #B49239; }
a { background-color: rgb(180,146,57); }
div.DivClassName
{
background-color: #B49239;
}
.BgClassName
{
background-color: #B49239;
}
</style>
border-color css
<style>
span { border-color: #B49239; }
span { border-color: rgb(180,146,57); }
td.TdClassName
{
border-color: #B49239;
}
.TagClassName
{
border-color: #B49239;
}
</style>