Shades of Roti #B89A42
Tints of Roti #B89A42
RGB
CMYK
RGB Variations
Color information
#B89A42 (or 0xB89A42) is known color: Roti. HEX triplet: B8, 9A and 42. RGB value is (184,154,66). Sum of RGB (Red+Green+Blue) = 184+154+66=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A42 is #4765BD. Grayscale: #999999. Windows color (decimal): -4679102 or 4364984. OLE color: 4364984.
HSL color Cylindrical-coordinate representation of color #B89A42: hue angle of 44.75º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B89A42 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 66 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.28 |
| HSL | 44.75º | 0.47% | 0.49% | - |
| HSV(B) | 44.75º | 0.64% | 0.72% | - |
| XYZ | 32.31 | 33.69 | 9.96 | - |
| YUV | 152.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 66 | 0 | 0.16 | 0.64 | 0.28 | 44.75 | 0.47 | 0.49 |
| Hex | B8 | 9A | 42 | 0 | 10 | 40 | 1C | 2D | 2F | 31 |
| Octal | 270 | 232 | 102 | 0 | 20 | 100 | 34 | 55 | 57 | 61 |
| Binary | 10111000 | 10011010 | 1000010 | 0 | 10000 | 1000000 | 11100 | 101101 | 101111 | 110001 |
Color Harmonies of #B89A42
Complementary color
Monochromatic Colors of #B89A42
Black with #B89A42
Text Example
Text Example
White with #B89A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A42; }
p { color: rgb(184,154,66); }
H1.HeaderClassName
{
color: #B89A42;
}
.AnyTagClassName
{
color: #B89A42;
}
</style>
background-color css
<style>
a { background-color: #B89A42; }
a { background-color: rgb(184,154,66); }
div.DivClassName
{
background-color: #B89A42;
}
.BgClassName
{
background-color: #B89A42;
}
</style>
border-color css
<style>
span { border-color: #B89A42; }
span { border-color: rgb(184,154,66); }
td.TdClassName
{
border-color: #B89A42;
}
.TagClassName
{
border-color: #B89A42;
}
</style>