Shades of Roti #B89D3C
Tints of Roti #B89D3C
RGB
CMYK
RGB Variations
Color information
#B89D3C (or 0xB89D3C) is known color: Roti. HEX triplet: B8, 9D and 3C. RGB value is (184,157,60). Sum of RGB (Red+Green+Blue) = 184+157+60=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89D3C is #4762C3. Grayscale: #9A9A9A. Windows color (decimal): -4678340 or 3972536. OLE color: 3972536.
HSL color Cylindrical-coordinate representation of color #B89D3C: hue angle of 46.94º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B89D3C is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 60 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.28 |
| HSL | 46.94º | 0.51% | 0.48% | - |
| HSV(B) | 46.94º | 0.67% | 0.72% | - |
| XYZ | 32.64 | 34.63 | 9.24 | - |
| YUV | 154.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 60 | 0 | 0.15 | 0.67 | 0.28 | 46.94 | 0.51 | 0.48 |
| Hex | B8 | 9D | 3C | 0 | F | 43 | 1C | 2F | 33 | 30 |
| Octal | 270 | 235 | 74 | 0 | 17 | 103 | 34 | 57 | 63 | 60 |
| Binary | 10111000 | 10011101 | 111100 | 0 | 1111 | 1000011 | 11100 | 101111 | 110011 | 110000 |
Color Harmonies of #B89D3C
Complementary color
Monochromatic Colors of #B89D3C
Black with #B89D3C
Text Example
Text Example
White with #B89D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D3C; }
p { color: rgb(184,157,60); }
H1.HeaderClassName
{
color: #B89D3C;
}
.AnyTagClassName
{
color: #B89D3C;
}
</style>
background-color css
<style>
a { background-color: #B89D3C; }
a { background-color: rgb(184,157,60); }
div.DivClassName
{
background-color: #B89D3C;
}
.BgClassName
{
background-color: #B89D3C;
}
</style>
border-color css
<style>
span { border-color: #B89D3C; }
span { border-color: rgb(184,157,60); }
td.TdClassName
{
border-color: #B89D3C;
}
.TagClassName
{
border-color: #B89D3C;
}
</style>