Shades of Roti #B29A3C
Tints of Roti #B29A3C
RGB
CMYK
RGB Variations
Color information
#B29A3C (or 0xB29A3C) is known color: Roti. HEX triplet: B2, 9A and 3C. RGB value is (178,154,60). Sum of RGB (Red+Green+Blue) = 178+154+60=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A3C is #4D65C3. Grayscale: #969696. Windows color (decimal): -5072324 or 3971762. OLE color: 3971762.
HSL color Cylindrical-coordinate representation of color #B29A3C: hue angle of 47.8º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B29A3C is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 60 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.30 |
| HSL | 47.8º | 0.5% | 0.47% | - |
| HSV(B) | 47.8º | 0.66% | 0.7% | - |
| XYZ | 30.73 | 32.9 | 9.01 | - |
| YUV | 150.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 60 | 0 | 0.13 | 0.66 | 0.30 | 47.8 | 0.5 | 0.47 |
| Hex | B2 | 9A | 3C | 0 | D | 42 | 1E | 30 | 32 | 2F |
| Octal | 262 | 232 | 74 | 0 | 15 | 102 | 36 | 60 | 62 | 57 |
| Binary | 10110010 | 10011010 | 111100 | 0 | 1101 | 1000010 | 11110 | 110000 | 110010 | 101111 |
Color Harmonies of #B29A3C
Complementary color
Monochromatic Colors of #B29A3C
Black with #B29A3C
Text Example
Text Example
White with #B29A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A3C; }
p { color: rgb(178,154,60); }
H1.HeaderClassName
{
color: #B29A3C;
}
.AnyTagClassName
{
color: #B29A3C;
}
</style>
background-color css
<style>
a { background-color: #B29A3C; }
a { background-color: rgb(178,154,60); }
div.DivClassName
{
background-color: #B29A3C;
}
.BgClassName
{
background-color: #B29A3C;
}
</style>
border-color css
<style>
span { border-color: #B29A3C; }
span { border-color: rgb(178,154,60); }
td.TdClassName
{
border-color: #B29A3C;
}
.TagClassName
{
border-color: #B29A3C;
}
</style>