Shades of Roti #B8954A
Tints of Roti #B8954A
RGB
CMYK
RGB Variations
Color information
#B8954A (or 0xB8954A) is known color: Roti. HEX triplet: B8, 95 and 4A. RGB value is (184,149,74). Sum of RGB (Red+Green+Blue) = 184+149+74=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8954A is #476AB5. Grayscale: #979797. Windows color (decimal): -4680374 or 4887992. OLE color: 4887992.
HSL color Cylindrical-coordinate representation of color #B8954A: hue angle of 40.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8954A is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 74 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.28 |
| HSL | 40.91º | 0.44% | 0.51% | - |
| HSV(B) | 40.91º | 0.6% | 0.72% | - |
| XYZ | 31.75 | 32.18 | 11.02 | - |
| YUV | 150.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 74 | 0 | 0.19 | 0.60 | 0.28 | 40.91 | 0.44 | 0.51 |
| Hex | B8 | 95 | 4A | 0 | 13 | 3C | 1C | 29 | 2C | 33 |
| Octal | 270 | 225 | 112 | 0 | 23 | 74 | 34 | 51 | 54 | 63 |
| Binary | 10111000 | 10010101 | 1001010 | 0 | 10011 | 111100 | 11100 | 101001 | 101100 | 110011 |
Color Harmonies of #B8954A
Complementary color
Monochromatic Colors of #B8954A
Black with #B8954A
Text Example
Text Example
White with #B8954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8954A; }
p { color: rgb(184,149,74); }
H1.HeaderClassName
{
color: #B8954A;
}
.AnyTagClassName
{
color: #B8954A;
}
</style>
background-color css
<style>
a { background-color: #B8954A; }
a { background-color: rgb(184,149,74); }
div.DivClassName
{
background-color: #B8954A;
}
.BgClassName
{
background-color: #B8954A;
}
</style>
border-color css
<style>
span { border-color: #B8954A; }
span { border-color: rgb(184,149,74); }
td.TdClassName
{
border-color: #B8954A;
}
.TagClassName
{
border-color: #B8954A;
}
</style>