Shades of Roti #B89541
Tints of Roti #B89541
RGB
CMYK
RGB Variations
Color information
#B89541 (or 0xB89541) is known color: Roti. HEX triplet: B8, 95 and 41. RGB value is (184,149,65). Sum of RGB (Red+Green+Blue) = 184+149+65=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B89541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89541 is #476ABE. Grayscale: #969696. Windows color (decimal): -4680383 or 4298168. OLE color: 4298168.
HSL color Cylindrical-coordinate representation of color #B89541: hue angle of 42.35º 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 #B89541 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 65 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.28 |
| HSL | 42.35º | 0.48% | 0.49% | - |
| HSV(B) | 42.35º | 0.65% | 0.72% | - |
| XYZ | 31.47 | 32.07 | 9.53 | - |
| YUV | 149.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 65 | 0 | 0.19 | 0.65 | 0.28 | 42.35 | 0.48 | 0.49 |
| Hex | B8 | 95 | 41 | 0 | 13 | 41 | 1C | 2A | 30 | 31 |
| Octal | 270 | 225 | 101 | 0 | 23 | 101 | 34 | 52 | 60 | 61 |
| Binary | 10111000 | 10010101 | 1000001 | 0 | 10011 | 1000001 | 11100 | 101010 | 110000 | 110001 |
Color Harmonies of #B89541
Complementary color
Monochromatic Colors of #B89541
Black with #B89541
Text Example
Text Example
White with #B89541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89541; }
p { color: rgb(184,149,65); }
H1.HeaderClassName
{
color: #B89541;
}
.AnyTagClassName
{
color: #B89541;
}
</style>
background-color css
<style>
a { background-color: #B89541; }
a { background-color: rgb(184,149,65); }
div.DivClassName
{
background-color: #B89541;
}
.BgClassName
{
background-color: #B89541;
}
</style>
border-color css
<style>
span { border-color: #B89541; }
span { border-color: rgb(184,149,65); }
td.TdClassName
{
border-color: #B89541;
}
.TagClassName
{
border-color: #B89541;
}
</style>