Shades of Roti #B49B3C
Tints of Roti #B49B3C
RGB
CMYK
RGB Variations
Color information
#B49B3C (or 0xB49B3C) is known color: Roti. HEX triplet: B4, 9B and 3C. RGB value is (180,155,60). Sum of RGB (Red+Green+Blue) = 180+155+60=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B3C is #4B64C3. Grayscale: #989898. Windows color (decimal): -4940996 or 3972020. OLE color: 3972020.
HSL color Cylindrical-coordinate representation of color #B49B3C: hue angle of 47.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 #B49B3C is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 60 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.29 |
| HSL | 47.5º | 0.5% | 0.47% | - |
| HSV(B) | 47.5º | 0.67% | 0.71% | - |
| XYZ | 31.36 | 33.47 | 9.08 | - |
| YUV | 151.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 60 | 0 | 0.14 | 0.67 | 0.29 | 47.5 | 0.5 | 0.47 |
| Hex | B4 | 9B | 3C | 0 | E | 43 | 1D | 30 | 32 | 2F |
| Octal | 264 | 233 | 74 | 0 | 16 | 103 | 35 | 60 | 62 | 57 |
| Binary | 10110100 | 10011011 | 111100 | 0 | 1110 | 1000011 | 11101 | 110000 | 110010 | 101111 |
Color Harmonies of #B49B3C
Complementary color
Monochromatic Colors of #B49B3C
Black with #B49B3C
Text Example
Text Example
White with #B49B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49B3C; }
p { color: rgb(180,155,60); }
H1.HeaderClassName
{
color: #B49B3C;
}
.AnyTagClassName
{
color: #B49B3C;
}
</style>
background-color css
<style>
a { background-color: #B49B3C; }
a { background-color: rgb(180,155,60); }
div.DivClassName
{
background-color: #B49B3C;
}
.BgClassName
{
background-color: #B49B3C;
}
</style>
border-color css
<style>
span { border-color: #B49B3C; }
span { border-color: rgb(180,155,60); }
td.TdClassName
{
border-color: #B49B3C;
}
.TagClassName
{
border-color: #B49B3C;
}
</style>