Shades of Roti #B8993D
Tints of Roti #B8993D
RGB
CMYK
RGB Variations
Color information
#B8993D (or 0xB8993D) is known color: Roti. HEX triplet: B8, 99 and 3D. RGB value is (184,153,61). Sum of RGB (Red+Green+Blue) = 184+153+61=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8993D is #4766C2. Grayscale: #989898. Windows color (decimal): -4679363 or 4037048. OLE color: 4037048.
HSL color Cylindrical-coordinate representation of color #B8993D: hue angle of 44.88º 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 #B8993D is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 61 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.28 |
| HSL | 44.88º | 0.5% | 0.48% | - |
| HSV(B) | 44.88º | 0.67% | 0.72% | - |
| XYZ | 32 | 33.31 | 9.16 | - |
| YUV | 151.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 61 | 0 | 0.17 | 0.67 | 0.28 | 44.88 | 0.5 | 0.48 |
| Hex | B8 | 99 | 3D | 0 | 11 | 43 | 1C | 2D | 32 | 30 |
| Octal | 270 | 231 | 75 | 0 | 21 | 103 | 34 | 55 | 62 | 60 |
| Binary | 10111000 | 10011001 | 111101 | 0 | 10001 | 1000011 | 11100 | 101101 | 110010 | 110000 |
Color Harmonies of #B8993D
Complementary color
Monochromatic Colors of #B8993D
Black with #B8993D
Text Example
Text Example
White with #B8993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8993D; }
p { color: rgb(184,153,61); }
H1.HeaderClassName
{
color: #B8993D;
}
.AnyTagClassName
{
color: #B8993D;
}
</style>
background-color css
<style>
a { background-color: #B8993D; }
a { background-color: rgb(184,153,61); }
div.DivClassName
{
background-color: #B8993D;
}
.BgClassName
{
background-color: #B8993D;
}
</style>
border-color css
<style>
span { border-color: #B8993D; }
span { border-color: rgb(184,153,61); }
td.TdClassName
{
border-color: #B8993D;
}
.TagClassName
{
border-color: #B8993D;
}
</style>