Shades of Roti #B8923D
Tints of Roti #B8923D
RGB
CMYK
RGB Variations
Color information
#B8923D (or 0xB8923D) is known color: Roti. HEX triplet: B8, 92 and 3D. RGB value is (184,146,61). Sum of RGB (Red+Green+Blue) = 184+146+61=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8923D is #476DC2. Grayscale: #949494. Windows color (decimal): -4681155 or 4035256. OLE color: 4035256.
HSL color Cylindrical-coordinate representation of color #B8923D: hue angle of 41.46º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8923D is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 61 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.28 |
| HSL | 41.46º | 0.5% | 0.48% | - |
| HSV(B) | 41.46º | 0.67% | 0.72% | - |
| XYZ | 30.89 | 31.09 | 8.79 | - |
| YUV | 147.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 61 | 0 | 0.21 | 0.67 | 0.28 | 41.46 | 0.5 | 0.48 |
| Hex | B8 | 92 | 3D | 0 | 15 | 43 | 1C | 29 | 32 | 30 |
| Octal | 270 | 222 | 75 | 0 | 25 | 103 | 34 | 51 | 62 | 60 |
| Binary | 10111000 | 10010010 | 111101 | 0 | 10101 | 1000011 | 11100 | 101001 | 110010 | 110000 |
Color Harmonies of #B8923D
Complementary color
Monochromatic Colors of #B8923D
Black with #B8923D
Text Example
Text Example
White with #B8923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8923D; }
p { color: rgb(184,146,61); }
H1.HeaderClassName
{
color: #B8923D;
}
.AnyTagClassName
{
color: #B8923D;
}
</style>
background-color css
<style>
a { background-color: #B8923D; }
a { background-color: rgb(184,146,61); }
div.DivClassName
{
background-color: #B8923D;
}
.BgClassName
{
background-color: #B8923D;
}
</style>
border-color css
<style>
span { border-color: #B8923D; }
span { border-color: rgb(184,146,61); }
td.TdClassName
{
border-color: #B8923D;
}
.TagClassName
{
border-color: #B8923D;
}
</style>