Shades of Roti #B29A39
Tints of Roti #B29A39
RGB
CMYK
RGB Variations
Color information
#B29A39 (or 0xB29A39) is known color: Roti. HEX triplet: B2, 9A and 39. RGB value is (178,154,57). Sum of RGB (Red+Green+Blue) = 178+154+57=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A39 is #4D65C6. Grayscale: #969696. Windows color (decimal): -5072327 or 3775154. OLE color: 3775154.
HSL color Cylindrical-coordinate representation of color #B29A39: hue angle of 48.1º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B29A39 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 57 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.30 |
| HSL | 48.1º | 0.51% | 0.46% | - |
| HSV(B) | 48.1º | 0.68% | 0.7% | - |
| XYZ | 30.65 | 32.87 | 8.6 | - |
| YUV | 150.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 57 | 0 | 0.13 | 0.68 | 0.30 | 48.1 | 0.51 | 0.46 |
| Hex | B2 | 9A | 39 | 0 | D | 44 | 1E | 30 | 33 | 2E |
| Octal | 262 | 232 | 71 | 0 | 15 | 104 | 36 | 60 | 63 | 56 |
| Binary | 10110010 | 10011010 | 111001 | 0 | 1101 | 1000100 | 11110 | 110000 | 110011 | 101110 |
Color Harmonies of #B29A39
Complementary color
Monochromatic Colors of #B29A39
Black with #B29A39
Text Example
Text Example
White with #B29A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A39; }
p { color: rgb(178,154,57); }
H1.HeaderClassName
{
color: #B29A39;
}
.AnyTagClassName
{
color: #B29A39;
}
</style>
background-color css
<style>
a { background-color: #B29A39; }
a { background-color: rgb(178,154,57); }
div.DivClassName
{
background-color: #B29A39;
}
.BgClassName
{
background-color: #B29A39;
}
</style>
border-color css
<style>
span { border-color: #B29A39; }
span { border-color: rgb(178,154,57); }
td.TdClassName
{
border-color: #B29A39;
}
.TagClassName
{
border-color: #B29A39;
}
</style>