Shades of Roti #B89C3A
Tints of Roti #B89C3A
RGB
CMYK
RGB Variations
Color information
#B89C3A (or 0xB89C3A) is known color: Roti. HEX triplet: B8, 9C and 3A. RGB value is (184,156,58). Sum of RGB (Red+Green+Blue) = 184+156+58=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C3A is #4763C5. Grayscale: #999999. Windows color (decimal): -4678598 or 3841208. OLE color: 3841208.
HSL color Cylindrical-coordinate representation of color #B89C3A: hue angle of 46.67º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B89C3A is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 58 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.28 |
| HSL | 46.67º | 0.52% | 0.47% | - |
| HSV(B) | 46.67º | 0.68% | 0.72% | - |
| XYZ | 32.42 | 34.27 | 8.91 | - |
| YUV | 153.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 58 | 0 | 0.15 | 0.68 | 0.28 | 46.67 | 0.52 | 0.47 |
| Hex | B8 | 9C | 3A | 0 | F | 44 | 1C | 2F | 34 | 2F |
| Octal | 270 | 234 | 72 | 0 | 17 | 104 | 34 | 57 | 64 | 57 |
| Binary | 10111000 | 10011100 | 111010 | 0 | 1111 | 1000100 | 11100 | 101111 | 110100 | 101111 |
Color Harmonies of #B89C3A
Complementary color
Monochromatic Colors of #B89C3A
Black with #B89C3A
Text Example
Text Example
White with #B89C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C3A; }
p { color: rgb(184,156,58); }
H1.HeaderClassName
{
color: #B89C3A;
}
.AnyTagClassName
{
color: #B89C3A;
}
</style>
background-color css
<style>
a { background-color: #B89C3A; }
a { background-color: rgb(184,156,58); }
div.DivClassName
{
background-color: #B89C3A;
}
.BgClassName
{
background-color: #B89C3A;
}
</style>
border-color css
<style>
span { border-color: #B89C3A; }
span { border-color: rgb(184,156,58); }
td.TdClassName
{
border-color: #B89C3A;
}
.TagClassName
{
border-color: #B89C3A;
}
</style>