Shades of Roti #B29745
Tints of Roti #B29745
RGB
CMYK
RGB Variations
Color information
#B29745 (or 0xB29745) is known color: Roti. HEX triplet: B2, 97 and 45. RGB value is (178,151,69). Sum of RGB (Red+Green+Blue) = 178+151+69=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B29745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29745 is #4D68BA. Grayscale: #969696. Windows color (decimal): -5073083 or 4560818. OLE color: 4560818.
HSL color Cylindrical-coordinate representation of color #B29745: hue angle of 45.14º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B29745 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 151 | 69 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.30 |
| HSL | 45.14º | 0.44% | 0.48% | - |
| HSV(B) | 45.14º | 0.61% | 0.7% | - |
| XYZ | 30.5 | 32.03 | 10.2 | - |
| YUV | 149.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 69 | 0 | 0.15 | 0.61 | 0.30 | 45.14 | 0.44 | 0.48 |
| Hex | B2 | 97 | 45 | 0 | F | 3D | 1E | 2D | 2C | 30 |
| Octal | 262 | 227 | 105 | 0 | 17 | 75 | 36 | 55 | 54 | 60 |
| Binary | 10110010 | 10010111 | 1000101 | 0 | 1111 | 111101 | 11110 | 101101 | 101100 | 110000 |
Color Harmonies of #B29745
Complementary color
Monochromatic Colors of #B29745
Black with #B29745
Text Example
Text Example
White with #B29745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29745; }
p { color: rgb(178,151,69); }
H1.HeaderClassName
{
color: #B29745;
}
.AnyTagClassName
{
color: #B29745;
}
</style>
background-color css
<style>
a { background-color: #B29745; }
a { background-color: rgb(178,151,69); }
div.DivClassName
{
background-color: #B29745;
}
.BgClassName
{
background-color: #B29745;
}
</style>
border-color css
<style>
span { border-color: #B29745; }
span { border-color: rgb(178,151,69); }
td.TdClassName
{
border-color: #B29745;
}
.TagClassName
{
border-color: #B29745;
}
</style>