Shades of Roti #B89A40
Tints of Roti #B89A40
RGB
CMYK
RGB Variations
Color information
#B89A40 (or 0xB89A40) is known color: Roti. HEX triplet: B8, 9A and 40. RGB value is (184,154,64). Sum of RGB (Red+Green+Blue) = 184+154+64=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A40 is #4765BF. Grayscale: #999999. Windows color (decimal): -4679104 or 4233912. OLE color: 4233912.
HSL color Cylindrical-coordinate representation of color #B89A40: hue angle of 45º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B89A40 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 64 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.28 |
| HSL | 45º | 0.48% | 0.49% | - |
| HSV(B) | 45º | 0.65% | 0.72% | - |
| XYZ | 32.25 | 33.67 | 9.65 | - |
| YUV | 152.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 64 | 0 | 0.16 | 0.65 | 0.28 | 45 | 0.48 | 0.49 |
| Hex | B8 | 9A | 40 | 0 | 10 | 41 | 1C | 2D | 30 | 31 |
| Octal | 270 | 232 | 100 | 0 | 20 | 101 | 34 | 55 | 60 | 61 |
| Binary | 10111000 | 10011010 | 1000000 | 0 | 10000 | 1000001 | 11100 | 101101 | 110000 | 110001 |
Color Harmonies of #B89A40
Complementary color
Monochromatic Colors of #B89A40
Black with #B89A40
Text Example
Text Example
White with #B89A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A40; }
p { color: rgb(184,154,64); }
H1.HeaderClassName
{
color: #B89A40;
}
.AnyTagClassName
{
color: #B89A40;
}
</style>
background-color css
<style>
a { background-color: #B89A40; }
a { background-color: rgb(184,154,64); }
div.DivClassName
{
background-color: #B89A40;
}
.BgClassName
{
background-color: #B89A40;
}
</style>
border-color css
<style>
span { border-color: #B89A40; }
span { border-color: rgb(184,154,64); }
td.TdClassName
{
border-color: #B89A40;
}
.TagClassName
{
border-color: #B89A40;
}
</style>