Shades of Roti #B8943F
Tints of Roti #B8943F
RGB
CMYK
RGB Variations
Color information
#B8943F (or 0xB8943F) is known color: Roti. HEX triplet: B8, 94 and 3F. RGB value is (184,148,63). Sum of RGB (Red+Green+Blue) = 184+148+63=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8943F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8943F is #476BC0. Grayscale: #959595. Windows color (decimal): -4680641 or 4166840. OLE color: 4166840.
HSL color Cylindrical-coordinate representation of color #B8943F: hue angle of 42.15º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8943F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 63 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.28 |
| HSL | 42.15º | 0.49% | 0.48% | - |
| HSV(B) | 42.15º | 0.66% | 0.72% | - |
| XYZ | 31.25 | 31.73 | 9.18 | - |
| YUV | 149.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 63 | 0 | 0.20 | 0.66 | 0.28 | 42.15 | 0.49 | 0.48 |
| Hex | B8 | 94 | 3F | 0 | 14 | 42 | 1C | 2A | 31 | 30 |
| Octal | 270 | 224 | 77 | 0 | 24 | 102 | 34 | 52 | 61 | 60 |
| Binary | 10111000 | 10010100 | 111111 | 0 | 10100 | 1000010 | 11100 | 101010 | 110001 | 110000 |
Color Harmonies of #B8943F
Complementary color
Monochromatic Colors of #B8943F
Black with #B8943F
Text Example
Text Example
White with #B8943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8943F; }
p { color: rgb(184,148,63); }
H1.HeaderClassName
{
color: #B8943F;
}
.AnyTagClassName
{
color: #B8943F;
}
</style>
background-color css
<style>
a { background-color: #B8943F; }
a { background-color: rgb(184,148,63); }
div.DivClassName
{
background-color: #B8943F;
}
.BgClassName
{
background-color: #B8943F;
}
</style>
border-color css
<style>
span { border-color: #B8943F; }
span { border-color: rgb(184,148,63); }
td.TdClassName
{
border-color: #B8943F;
}
.TagClassName
{
border-color: #B8943F;
}
</style>