Shades of Roti #B5943D
Tints of Roti #B5943D
RGB
CMYK
RGB Variations
Color information
#B5943D (or 0xB5943D) is known color: Roti. HEX triplet: B5, 94 and 3D. RGB value is (181,148,61). Sum of RGB (Red+Green+Blue) = 181+148+61=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5943D is #4A6BC2. Grayscale: #949494. Windows color (decimal): -4877251 or 4035765. OLE color: 4035765.
HSL color Cylindrical-coordinate representation of color #B5943D: hue angle of 43.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5943D is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 61 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.29 |
| HSL | 43.5º | 0.5% | 0.47% | - |
| HSV(B) | 43.5º | 0.66% | 0.71% | - |
| XYZ | 30.49 | 31.34 | 8.86 | - |
| YUV | 147.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 61 | 0 | 0.18 | 0.66 | 0.29 | 43.5 | 0.5 | 0.47 |
| Hex | B5 | 94 | 3D | 0 | 12 | 42 | 1D | 2C | 32 | 2F |
| Octal | 265 | 224 | 75 | 0 | 22 | 102 | 35 | 54 | 62 | 57 |
| Binary | 10110101 | 10010100 | 111101 | 0 | 10010 | 1000010 | 11101 | 101100 | 110010 | 101111 |
Color Harmonies of #B5943D
Complementary color
Monochromatic Colors of #B5943D
Black with #B5943D
Text Example
Text Example
White with #B5943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5943D; }
p { color: rgb(181,148,61); }
H1.HeaderClassName
{
color: #B5943D;
}
.AnyTagClassName
{
color: #B5943D;
}
</style>
background-color css
<style>
a { background-color: #B5943D; }
a { background-color: rgb(181,148,61); }
div.DivClassName
{
background-color: #B5943D;
}
.BgClassName
{
background-color: #B5943D;
}
</style>
border-color css
<style>
span { border-color: #B5943D; }
span { border-color: rgb(181,148,61); }
td.TdClassName
{
border-color: #B5943D;
}
.TagClassName
{
border-color: #B5943D;
}
</style>