Shades of Roti #B3983C
Tints of Roti #B3983C
RGB
CMYK
RGB Variations
Color information
#B3983C (or 0xB3983C) is known color: Roti. HEX triplet: B3, 98 and 3C. RGB value is (179,152,60). Sum of RGB (Red+Green+Blue) = 179+152+60=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3983C is #4C67C3. Grayscale: #959595. Windows color (decimal): -5007300 or 3971251. OLE color: 3971251.
HSL color Cylindrical-coordinate representation of color #B3983C: hue angle of 46.39º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3983C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 60 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.30 |
| HSL | 46.39º | 0.5% | 0.47% | - |
| HSV(B) | 46.39º | 0.66% | 0.7% | - |
| XYZ | 30.63 | 32.37 | 8.91 | - |
| YUV | 149.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 60 | 0 | 0.15 | 0.66 | 0.30 | 46.39 | 0.5 | 0.47 |
| Hex | B3 | 98 | 3C | 0 | F | 42 | 1E | 2E | 32 | 2F |
| Octal | 263 | 230 | 74 | 0 | 17 | 102 | 36 | 56 | 62 | 57 |
| Binary | 10110011 | 10011000 | 111100 | 0 | 1111 | 1000010 | 11110 | 101110 | 110010 | 101111 |
Color Harmonies of #B3983C
Complementary color
Monochromatic Colors of #B3983C
Black with #B3983C
Text Example
Text Example
White with #B3983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3983C; }
p { color: rgb(179,152,60); }
H1.HeaderClassName
{
color: #B3983C;
}
.AnyTagClassName
{
color: #B3983C;
}
</style>
background-color css
<style>
a { background-color: #B3983C; }
a { background-color: rgb(179,152,60); }
div.DivClassName
{
background-color: #B3983C;
}
.BgClassName
{
background-color: #B3983C;
}
</style>
border-color css
<style>
span { border-color: #B3983C; }
span { border-color: rgb(179,152,60); }
td.TdClassName
{
border-color: #B3983C;
}
.TagClassName
{
border-color: #B3983C;
}
</style>