Shades of Roti #B29A38
Tints of Roti #B29A38
RGB
CMYK
RGB Variations
Color information
#B29A38 (or 0xB29A38) is known color: Roti. HEX triplet: B2, 9A and 38. RGB value is (178,154,56). Sum of RGB (Red+Green+Blue) = 178+154+56=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A38 is #4D65C7. Grayscale: #969696. Windows color (decimal): -5072328 or 3709618. OLE color: 3709618.
HSL color Cylindrical-coordinate representation of color #B29A38: hue angle of 48.2º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B29A38 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 56 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.30 |
| HSL | 48.2º | 0.52% | 0.46% | - |
| HSV(B) | 48.2º | 0.69% | 0.7% | - |
| XYZ | 30.63 | 32.86 | 8.47 | - |
| YUV | 150 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 56 | 0 | 0.13 | 0.69 | 0.30 | 48.2 | 0.52 | 0.46 |
| Hex | B2 | 9A | 38 | 0 | D | 45 | 1E | 30 | 34 | 2E |
| Octal | 262 | 232 | 70 | 0 | 15 | 105 | 36 | 60 | 64 | 56 |
| Binary | 10110010 | 10011010 | 111000 | 0 | 1101 | 1000101 | 11110 | 110000 | 110100 | 101110 |
Color Harmonies of #B29A38
Complementary color
Monochromatic Colors of #B29A38
Black with #B29A38
Text Example
Text Example
White with #B29A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A38; }
p { color: rgb(178,154,56); }
H1.HeaderClassName
{
color: #B29A38;
}
.AnyTagClassName
{
color: #B29A38;
}
</style>
background-color css
<style>
a { background-color: #B29A38; }
a { background-color: rgb(178,154,56); }
div.DivClassName
{
background-color: #B29A38;
}
.BgClassName
{
background-color: #B29A38;
}
</style>
border-color css
<style>
span { border-color: #B29A38; }
span { border-color: rgb(178,154,56); }
td.TdClassName
{
border-color: #B29A38;
}
.TagClassName
{
border-color: #B29A38;
}
</style>