Shades of Roti #B8953D
Tints of Roti #B8953D
RGB
CMYK
RGB Variations
Color information
#B8953D (or 0xB8953D) is known color: Roti. HEX triplet: B8, 95 and 3D. RGB value is (184,149,61). Sum of RGB (Red+Green+Blue) = 184+149+61=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8953D is #476AC2. Grayscale: #959595. Windows color (decimal): -4680387 or 4036024. OLE color: 4036024.
HSL color Cylindrical-coordinate representation of color #B8953D: hue angle of 42.93º 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 #B8953D is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 61 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.28 |
| HSL | 42.93º | 0.5% | 0.48% | - |
| HSV(B) | 42.93º | 0.67% | 0.72% | - |
| XYZ | 31.36 | 32.02 | 8.94 | - |
| YUV | 149.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 61 | 0 | 0.19 | 0.67 | 0.28 | 42.93 | 0.5 | 0.48 |
| Hex | B8 | 95 | 3D | 0 | 13 | 43 | 1C | 2B | 32 | 30 |
| Octal | 270 | 225 | 75 | 0 | 23 | 103 | 34 | 53 | 62 | 60 |
| Binary | 10111000 | 10010101 | 111101 | 0 | 10011 | 1000011 | 11100 | 101011 | 110010 | 110000 |
Color Harmonies of #B8953D
Complementary color
Monochromatic Colors of #B8953D
Black with #B8953D
Text Example
Text Example
White with #B8953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8953D; }
p { color: rgb(184,149,61); }
H1.HeaderClassName
{
color: #B8953D;
}
.AnyTagClassName
{
color: #B8953D;
}
</style>
background-color css
<style>
a { background-color: #B8953D; }
a { background-color: rgb(184,149,61); }
div.DivClassName
{
background-color: #B8953D;
}
.BgClassName
{
background-color: #B8953D;
}
</style>
border-color css
<style>
span { border-color: #B8953D; }
span { border-color: rgb(184,149,61); }
td.TdClassName
{
border-color: #B8953D;
}
.TagClassName
{
border-color: #B8953D;
}
</style>