Shades of Roti #B49C43
Tints of Roti #B49C43
RGB
CMYK
RGB Variations
Color information
#B49C43 (or 0xB49C43) is known color: Roti. HEX triplet: B4, 9C and 43. RGB value is (180,156,67). Sum of RGB (Red+Green+Blue) = 180+156+67=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C43 is #4B63BC. Grayscale: #999999. Windows color (decimal): -4940733 or 4431028. OLE color: 4431028.
HSL color Cylindrical-coordinate representation of color #B49C43: hue angle of 47.26º 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 #B49C43 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 67 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.29 |
| HSL | 47.26º | 0.46% | 0.48% | - |
| HSV(B) | 47.26º | 0.63% | 0.71% | - |
| XYZ | 31.72 | 33.89 | 10.18 | - |
| YUV | 153.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 67 | 0 | 0.13 | 0.63 | 0.29 | 47.26 | 0.46 | 0.48 |
| Hex | B4 | 9C | 43 | 0 | D | 3F | 1D | 2F | 2E | 30 |
| Octal | 264 | 234 | 103 | 0 | 15 | 77 | 35 | 57 | 56 | 60 |
| Binary | 10110100 | 10011100 | 1000011 | 0 | 1101 | 111111 | 11101 | 101111 | 101110 | 110000 |
Color Harmonies of #B49C43
Complementary color
Monochromatic Colors of #B49C43
Black with #B49C43
Text Example
Text Example
White with #B49C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C43; }
p { color: rgb(180,156,67); }
H1.HeaderClassName
{
color: #B49C43;
}
.AnyTagClassName
{
color: #B49C43;
}
</style>
background-color css
<style>
a { background-color: #B49C43; }
a { background-color: rgb(180,156,67); }
div.DivClassName
{
background-color: #B49C43;
}
.BgClassName
{
background-color: #B49C43;
}
</style>
border-color css
<style>
span { border-color: #B49C43; }
span { border-color: rgb(180,156,67); }
td.TdClassName
{
border-color: #B49C43;
}
.TagClassName
{
border-color: #B49C43;
}
</style>