Shades of Roti #B89C43
Tints of Roti #B89C43
RGB
CMYK
RGB Variations
Color information
#B89C43 (or 0xB89C43) is known color: Roti. HEX triplet: B8, 9C and 43. RGB value is (184,156,67). Sum of RGB (Red+Green+Blue) = 184+156+67=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C43 is #4763BC. Grayscale: #9A9A9A. Windows color (decimal): -4678589 or 4431032. OLE color: 4431032.
HSL color Cylindrical-coordinate representation of color #B89C43: hue angle of 45.64º 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 #B89C43 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 67 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.28 |
| HSL | 45.64º | 0.47% | 0.49% | - |
| HSV(B) | 45.64º | 0.64% | 0.72% | - |
| XYZ | 32.67 | 34.37 | 10.22 | - |
| YUV | 154.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 67 | 0 | 0.15 | 0.64 | 0.28 | 45.64 | 0.47 | 0.49 |
| Hex | B8 | 9C | 43 | 0 | F | 40 | 1C | 2E | 2F | 31 |
| Octal | 270 | 234 | 103 | 0 | 17 | 100 | 34 | 56 | 57 | 61 |
| Binary | 10111000 | 10011100 | 1000011 | 0 | 1111 | 1000000 | 11100 | 101110 | 101111 | 110001 |
Color Harmonies of #B89C43
Complementary color
Monochromatic Colors of #B89C43
Black with #B89C43
Text Example
Text Example
White with #B89C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C43; }
p { color: rgb(184,156,67); }
H1.HeaderClassName
{
color: #B89C43;
}
.AnyTagClassName
{
color: #B89C43;
}
</style>
background-color css
<style>
a { background-color: #B89C43; }
a { background-color: rgb(184,156,67); }
div.DivClassName
{
background-color: #B89C43;
}
.BgClassName
{
background-color: #B89C43;
}
</style>
border-color css
<style>
span { border-color: #B89C43; }
span { border-color: rgb(184,156,67); }
td.TdClassName
{
border-color: #B89C43;
}
.TagClassName
{
border-color: #B89C43;
}
</style>