Shades of Roti #B49D3C
Tints of Roti #B49D3C
RGB
CMYK
RGB Variations
Color information
#B49D3C (or 0xB49D3C) is known color: Roti. HEX triplet: B4, 9D and 3C. RGB value is (180,157,60). Sum of RGB (Red+Green+Blue) = 180+157+60=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D3C is #4B62C3. Grayscale: #999999. Windows color (decimal): -4940484 or 3972532. OLE color: 3972532.
HSL color Cylindrical-coordinate representation of color #B49D3C: hue angle of 48.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B49D3C is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 60 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.29 |
| HSL | 48.5º | 0.5% | 0.47% | - |
| HSV(B) | 48.5º | 0.67% | 0.71% | - |
| XYZ | 31.69 | 34.14 | 9.19 | - |
| YUV | 152.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 60 | 0 | 0.13 | 0.67 | 0.29 | 48.5 | 0.5 | 0.47 |
| Hex | B4 | 9D | 3C | 0 | D | 43 | 1D | 30 | 32 | 2F |
| Octal | 264 | 235 | 74 | 0 | 15 | 103 | 35 | 60 | 62 | 57 |
| Binary | 10110100 | 10011101 | 111100 | 0 | 1101 | 1000011 | 11101 | 110000 | 110010 | 101111 |
Color Harmonies of #B49D3C
Complementary color
Monochromatic Colors of #B49D3C
Black with #B49D3C
Text Example
Text Example
White with #B49D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D3C; }
p { color: rgb(180,157,60); }
H1.HeaderClassName
{
color: #B49D3C;
}
.AnyTagClassName
{
color: #B49D3C;
}
</style>
background-color css
<style>
a { background-color: #B49D3C; }
a { background-color: rgb(180,157,60); }
div.DivClassName
{
background-color: #B49D3C;
}
.BgClassName
{
background-color: #B49D3C;
}
</style>
border-color css
<style>
span { border-color: #B49D3C; }
span { border-color: rgb(180,157,60); }
td.TdClassName
{
border-color: #B49D3C;
}
.TagClassName
{
border-color: #B49D3C;
}
</style>