Shades of Roti #B89C42
Tints of Roti #B89C42
RGB
CMYK
RGB Variations
Color information
#B89C42 (or 0xB89C42) is known color: Roti. HEX triplet: B8, 9C and 42. RGB value is (184,156,66). Sum of RGB (Red+Green+Blue) = 184+156+66=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C42 is #4763BD. Grayscale: #9A9A9A. Windows color (decimal): -4678590 or 4365496. OLE color: 4365496.
HSL color Cylindrical-coordinate representation of color #B89C42: hue angle of 45.76º 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 #B89C42 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 66 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.28 |
| HSL | 45.76º | 0.47% | 0.49% | - |
| HSV(B) | 45.76º | 0.64% | 0.72% | - |
| XYZ | 32.64 | 34.36 | 10.07 | - |
| YUV | 154.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 66 | 0 | 0.15 | 0.64 | 0.28 | 45.76 | 0.47 | 0.49 |
| Hex | B8 | 9C | 42 | 0 | F | 40 | 1C | 2E | 2F | 31 |
| Octal | 270 | 234 | 102 | 0 | 17 | 100 | 34 | 56 | 57 | 61 |
| Binary | 10111000 | 10011100 | 1000010 | 0 | 1111 | 1000000 | 11100 | 101110 | 101111 | 110001 |
Color Harmonies of #B89C42
Complementary color
Monochromatic Colors of #B89C42
Black with #B89C42
Text Example
Text Example
White with #B89C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C42; }
p { color: rgb(184,156,66); }
H1.HeaderClassName
{
color: #B89C42;
}
.AnyTagClassName
{
color: #B89C42;
}
</style>
background-color css
<style>
a { background-color: #B89C42; }
a { background-color: rgb(184,156,66); }
div.DivClassName
{
background-color: #B89C42;
}
.BgClassName
{
background-color: #B89C42;
}
</style>
border-color css
<style>
span { border-color: #B89C42; }
span { border-color: rgb(184,156,66); }
td.TdClassName
{
border-color: #B89C42;
}
.TagClassName
{
border-color: #B89C42;
}
</style>