Shades of Roti #B89143
Tints of Roti #B89143
RGB
CMYK
RGB Variations
Color information
#B89143 (or 0xB89143) is known color: Roti. HEX triplet: B8, 91 and 43. RGB value is (184,145,67). Sum of RGB (Red+Green+Blue) = 184+145+67=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B89143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89143 is #476EBC. Grayscale: #949494. Windows color (decimal): -4681405 or 4428216. OLE color: 4428216.
HSL color Cylindrical-coordinate representation of color #B89143: hue angle of 40º 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 #B89143 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 67 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.28 |
| HSL | 40º | 0.47% | 0.49% | - |
| HSV(B) | 40º | 0.64% | 0.72% | - |
| XYZ | 30.91 | 30.85 | 9.64 | - |
| YUV | 147.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 67 | 0 | 0.21 | 0.64 | 0.28 | 40 | 0.47 | 0.49 |
| Hex | B8 | 91 | 43 | 0 | 15 | 40 | 1C | 28 | 2F | 31 |
| Octal | 270 | 221 | 103 | 0 | 25 | 100 | 34 | 50 | 57 | 61 |
| Binary | 10111000 | 10010001 | 1000011 | 0 | 10101 | 1000000 | 11100 | 101000 | 101111 | 110001 |
Color Harmonies of #B89143
Complementary color
Monochromatic Colors of #B89143
Black with #B89143
Text Example
Text Example
White with #B89143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89143; }
p { color: rgb(184,145,67); }
H1.HeaderClassName
{
color: #B89143;
}
.AnyTagClassName
{
color: #B89143;
}
</style>
background-color css
<style>
a { background-color: #B89143; }
a { background-color: rgb(184,145,67); }
div.DivClassName
{
background-color: #B89143;
}
.BgClassName
{
background-color: #B89143;
}
</style>
border-color css
<style>
span { border-color: #B89143; }
span { border-color: rgb(184,145,67); }
td.TdClassName
{
border-color: #B89143;
}
.TagClassName
{
border-color: #B89143;
}
</style>