Shades of Roti #B49543
Tints of Roti #B49543
RGB
CMYK
RGB Variations
Color information
#B49543 (or 0xB49543) is known color: Roti. HEX triplet: B4, 95 and 43. RGB value is (180,149,67). Sum of RGB (Red+Green+Blue) = 180+149+67=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B49543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49543 is #4B6ABC. Grayscale: #959595. Windows color (decimal): -4942525 or 4429236. OLE color: 4429236.
HSL color Cylindrical-coordinate representation of color #B49543: hue angle of 43.54º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B49543 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 67 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.29 |
| HSL | 43.54º | 0.46% | 0.48% | - |
| HSV(B) | 43.54º | 0.63% | 0.71% | - |
| XYZ | 30.58 | 31.6 | 9.8 | - |
| YUV | 148.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 67 | 0 | 0.17 | 0.63 | 0.29 | 43.54 | 0.46 | 0.48 |
| Hex | B4 | 95 | 43 | 0 | 11 | 3F | 1D | 2C | 2E | 30 |
| Octal | 264 | 225 | 103 | 0 | 21 | 77 | 35 | 54 | 56 | 60 |
| Binary | 10110100 | 10010101 | 1000011 | 0 | 10001 | 111111 | 11101 | 101100 | 101110 | 110000 |
Color Harmonies of #B49543
Complementary color
Monochromatic Colors of #B49543
Black with #B49543
Text Example
Text Example
White with #B49543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49543; }
p { color: rgb(180,149,67); }
H1.HeaderClassName
{
color: #B49543;
}
.AnyTagClassName
{
color: #B49543;
}
</style>
background-color css
<style>
a { background-color: #B49543; }
a { background-color: rgb(180,149,67); }
div.DivClassName
{
background-color: #B49543;
}
.BgClassName
{
background-color: #B49543;
}
</style>
border-color css
<style>
span { border-color: #B49543; }
span { border-color: rgb(180,149,67); }
td.TdClassName
{
border-color: #B49543;
}
.TagClassName
{
border-color: #B49543;
}
</style>