Shades of Roti #B89543
Tints of Roti #B89543
RGB
CMYK
RGB Variations
Color information
#B89543 (or 0xB89543) is known color: Roti. HEX triplet: B8, 95 and 43. RGB value is (184,149,67). Sum of RGB (Red+Green+Blue) = 184+149+67=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B89543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89543 is #476ABC. Grayscale: #969696. Windows color (decimal): -4680381 or 4429240. OLE color: 4429240.
HSL color Cylindrical-coordinate representation of color #B89543: hue angle of 42.05º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B89543 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 67 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.28 |
| HSL | 42.05º | 0.47% | 0.49% | - |
| HSV(B) | 42.05º | 0.64% | 0.72% | - |
| XYZ | 31.53 | 32.09 | 9.84 | - |
| YUV | 150.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 67 | 0 | 0.19 | 0.64 | 0.28 | 42.05 | 0.47 | 0.49 |
| Hex | B8 | 95 | 43 | 0 | 13 | 40 | 1C | 2A | 2F | 31 |
| Octal | 270 | 225 | 103 | 0 | 23 | 100 | 34 | 52 | 57 | 61 |
| Binary | 10111000 | 10010101 | 1000011 | 0 | 10011 | 1000000 | 11100 | 101010 | 101111 | 110001 |
Color Harmonies of #B89543
Complementary color
Monochromatic Colors of #B89543
Black with #B89543
Text Example
Text Example
White with #B89543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89543; }
p { color: rgb(184,149,67); }
H1.HeaderClassName
{
color: #B89543;
}
.AnyTagClassName
{
color: #B89543;
}
</style>
background-color css
<style>
a { background-color: #B89543; }
a { background-color: rgb(184,149,67); }
div.DivClassName
{
background-color: #B89543;
}
.BgClassName
{
background-color: #B89543;
}
</style>
border-color css
<style>
span { border-color: #B89543; }
span { border-color: rgb(184,149,67); }
td.TdClassName
{
border-color: #B89543;
}
.TagClassName
{
border-color: #B89543;
}
</style>