Shades of Roti #B89540
Tints of Roti #B89540
RGB
CMYK
RGB Variations
Color information
#B89540 (or 0xB89540) is known color: Roti. HEX triplet: B8, 95 and 40. RGB value is (184,149,64). Sum of RGB (Red+Green+Blue) = 184+149+64=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B89540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89540 is #476ABF. Grayscale: #969696. Windows color (decimal): -4680384 or 4232632. OLE color: 4232632.
HSL color Cylindrical-coordinate representation of color #B89540: hue angle of 42.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B89540 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 64 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.28 |
| HSL | 42.5º | 0.48% | 0.49% | - |
| HSV(B) | 42.5º | 0.65% | 0.72% | - |
| XYZ | 31.44 | 32.06 | 9.38 | - |
| YUV | 149.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 64 | 0 | 0.19 | 0.65 | 0.28 | 42.5 | 0.48 | 0.49 |
| Hex | B8 | 95 | 40 | 0 | 13 | 41 | 1C | 2A | 30 | 31 |
| Octal | 270 | 225 | 100 | 0 | 23 | 101 | 34 | 52 | 60 | 61 |
| Binary | 10111000 | 10010101 | 1000000 | 0 | 10011 | 1000001 | 11100 | 101010 | 110000 | 110001 |
Color Harmonies of #B89540
Complementary color
Monochromatic Colors of #B89540
Black with #B89540
Text Example
Text Example
White with #B89540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89540; }
p { color: rgb(184,149,64); }
H1.HeaderClassName
{
color: #B89540;
}
.AnyTagClassName
{
color: #B89540;
}
</style>
background-color css
<style>
a { background-color: #B89540; }
a { background-color: rgb(184,149,64); }
div.DivClassName
{
background-color: #B89540;
}
.BgClassName
{
background-color: #B89540;
}
</style>
border-color css
<style>
span { border-color: #B89540; }
span { border-color: rgb(184,149,64); }
td.TdClassName
{
border-color: #B89540;
}
.TagClassName
{
border-color: #B89540;
}
</style>