Shades of Roti #B89939
Tints of Roti #B89939
RGB
CMYK
RGB Variations
Color information
#B89939 (or 0xB89939) is known color: Roti. HEX triplet: B8, 99 and 39. RGB value is (184,153,57). Sum of RGB (Red+Green+Blue) = 184+153+57=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B89939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89939 is #4766C6. Grayscale: #979797. Windows color (decimal): -4679367 or 3774904. OLE color: 3774904.
HSL color Cylindrical-coordinate representation of color #B89939: hue angle of 45.35º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B89939 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 57 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.28 |
| HSL | 45.35º | 0.53% | 0.47% | - |
| HSV(B) | 45.35º | 0.69% | 0.72% | - |
| XYZ | 31.9 | 33.27 | 8.61 | - |
| YUV | 151.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 57 | 0 | 0.17 | 0.69 | 0.28 | 45.35 | 0.53 | 0.47 |
| Hex | B8 | 99 | 39 | 0 | 11 | 45 | 1C | 2D | 35 | 2F |
| Octal | 270 | 231 | 71 | 0 | 21 | 105 | 34 | 55 | 65 | 57 |
| Binary | 10111000 | 10011001 | 111001 | 0 | 10001 | 1000101 | 11100 | 101101 | 110101 | 101111 |
Color Harmonies of #B89939
Complementary color
Monochromatic Colors of #B89939
Black with #B89939
Text Example
Text Example
White with #B89939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89939; }
p { color: rgb(184,153,57); }
H1.HeaderClassName
{
color: #B89939;
}
.AnyTagClassName
{
color: #B89939;
}
</style>
background-color css
<style>
a { background-color: #B89939; }
a { background-color: rgb(184,153,57); }
div.DivClassName
{
background-color: #B89939;
}
.BgClassName
{
background-color: #B89939;
}
</style>
border-color css
<style>
span { border-color: #B89939; }
span { border-color: rgb(184,153,57); }
td.TdClassName
{
border-color: #B89939;
}
.TagClassName
{
border-color: #B89939;
}
</style>