Shades of Roti #B29A36
Tints of Roti #B29A36
RGB
CMYK
RGB Variations
Color information
#B29A36 (or 0xB29A36) is known color: Roti. HEX triplet: B2, 9A and 36. RGB value is (178,154,54). Sum of RGB (Red+Green+Blue) = 178+154+54=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A36 is #4D65C9. Grayscale: #969696. Windows color (decimal): -5072330 or 3578546. OLE color: 3578546.
HSL color Cylindrical-coordinate representation of color #B29A36: hue angle of 48.39º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B29A36 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 54 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.30 |
| HSL | 48.39º | 0.53% | 0.45% | - |
| HSV(B) | 48.39º | 0.7% | 0.7% | - |
| XYZ | 30.58 | 32.84 | 8.22 | - |
| YUV | 149.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 54 | 0 | 0.13 | 0.70 | 0.30 | 48.39 | 0.53 | 0.45 |
| Hex | B2 | 9A | 36 | 0 | D | 46 | 1E | 30 | 35 | 2D |
| Octal | 262 | 232 | 66 | 0 | 15 | 106 | 36 | 60 | 65 | 55 |
| Binary | 10110010 | 10011010 | 110110 | 0 | 1101 | 1000110 | 11110 | 110000 | 110101 | 101101 |
Color Harmonies of #B29A36
Complementary color
Monochromatic Colors of #B29A36
Black with #B29A36
Text Example
Text Example
White with #B29A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A36; }
p { color: rgb(178,154,54); }
H1.HeaderClassName
{
color: #B29A36;
}
.AnyTagClassName
{
color: #B29A36;
}
</style>
background-color css
<style>
a { background-color: #B29A36; }
a { background-color: rgb(178,154,54); }
div.DivClassName
{
background-color: #B29A36;
}
.BgClassName
{
background-color: #B29A36;
}
</style>
border-color css
<style>
span { border-color: #B29A36; }
span { border-color: rgb(178,154,54); }
td.TdClassName
{
border-color: #B29A36;
}
.TagClassName
{
border-color: #B29A36;
}
</style>