Shades of Roti #B89938
Tints of Roti #B89938
RGB
CMYK
RGB Variations
Color information
#B89938 (or 0xB89938) is known color: Roti. HEX triplet: B8, 99 and 38. RGB value is (184,153,56). Sum of RGB (Red+Green+Blue) = 184+153+56=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B89938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89938 is #4766C7. Grayscale: #979797. Windows color (decimal): -4679368 or 3709368. OLE color: 3709368.
HSL color Cylindrical-coordinate representation of color #B89938: hue angle of 45.47º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B89938 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 56 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.28 |
| HSL | 45.47º | 0.53% | 0.47% | - |
| HSV(B) | 45.47º | 0.7% | 0.72% | - |
| XYZ | 31.87 | 33.26 | 8.48 | - |
| YUV | 151.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 56 | 0 | 0.17 | 0.70 | 0.28 | 45.47 | 0.53 | 0.47 |
| Hex | B8 | 99 | 38 | 0 | 11 | 46 | 1C | 2D | 35 | 2F |
| Octal | 270 | 231 | 70 | 0 | 21 | 106 | 34 | 55 | 65 | 57 |
| Binary | 10111000 | 10011001 | 111000 | 0 | 10001 | 1000110 | 11100 | 101101 | 110101 | 101111 |
Color Harmonies of #B89938
Complementary color
Monochromatic Colors of #B89938
Black with #B89938
Text Example
Text Example
White with #B89938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89938; }
p { color: rgb(184,153,56); }
H1.HeaderClassName
{
color: #B89938;
}
.AnyTagClassName
{
color: #B89938;
}
</style>
background-color css
<style>
a { background-color: #B89938; }
a { background-color: rgb(184,153,56); }
div.DivClassName
{
background-color: #B89938;
}
.BgClassName
{
background-color: #B89938;
}
</style>
border-color css
<style>
span { border-color: #B89938; }
span { border-color: rgb(184,153,56); }
td.TdClassName
{
border-color: #B89938;
}
.TagClassName
{
border-color: #B89938;
}
</style>