Shades of Roti #B8943C
Tints of Roti #B8943C
RGB
CMYK
RGB Variations
Color information
#B8943C (or 0xB8943C) is known color: Roti. HEX triplet: B8, 94 and 3C. RGB value is (184,148,60). Sum of RGB (Red+Green+Blue) = 184+148+60=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8943C is #476BC3. Grayscale: #959595. Windows color (decimal): -4680644 or 3970232. OLE color: 3970232.
HSL color Cylindrical-coordinate representation of color #B8943C: hue angle of 42.58º degrees, saturation: 0.51, 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 #B8943C is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 60 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.28 |
| HSL | 42.58º | 0.51% | 0.48% | - |
| HSV(B) | 42.58º | 0.67% | 0.72% | - |
| XYZ | 31.17 | 31.7 | 8.75 | - |
| YUV | 148.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 60 | 0 | 0.20 | 0.67 | 0.28 | 42.58 | 0.51 | 0.48 |
| Hex | B8 | 94 | 3C | 0 | 14 | 43 | 1C | 2B | 33 | 30 |
| Octal | 270 | 224 | 74 | 0 | 24 | 103 | 34 | 53 | 63 | 60 |
| Binary | 10111000 | 10010100 | 111100 | 0 | 10100 | 1000011 | 11100 | 101011 | 110011 | 110000 |
Color Harmonies of #B8943C
Complementary color
Monochromatic Colors of #B8943C
Black with #B8943C
Text Example
Text Example
White with #B8943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8943C; }
p { color: rgb(184,148,60); }
H1.HeaderClassName
{
color: #B8943C;
}
.AnyTagClassName
{
color: #B8943C;
}
</style>
background-color css
<style>
a { background-color: #B8943C; }
a { background-color: rgb(184,148,60); }
div.DivClassName
{
background-color: #B8943C;
}
.BgClassName
{
background-color: #B8943C;
}
</style>
border-color css
<style>
span { border-color: #B8943C; }
span { border-color: rgb(184,148,60); }
td.TdClassName
{
border-color: #B8943C;
}
.TagClassName
{
border-color: #B8943C;
}
</style>