Shades of Roti #B3993A
Tints of Roti #B3993A
RGB
CMYK
RGB Variations
Color information
#B3993A (or 0xB3993A) is known color: Roti. HEX triplet: B3, 99 and 3A. RGB value is (179,153,58). Sum of RGB (Red+Green+Blue) = 179+153+58=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3993A is #4C66C5. Grayscale: #969696. Windows color (decimal): -5007046 or 3840435. OLE color: 3840435.
HSL color Cylindrical-coordinate representation of color #B3993A: hue angle of 47.11º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3993A is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 58 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.30 |
| HSL | 47.11º | 0.51% | 0.46% | - |
| HSV(B) | 47.11º | 0.68% | 0.7% | - |
| XYZ | 30.75 | 32.67 | 8.69 | - |
| YUV | 149.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 58 | 0 | 0.15 | 0.68 | 0.30 | 47.11 | 0.51 | 0.46 |
| Hex | B3 | 99 | 3A | 0 | F | 44 | 1E | 2F | 33 | 2E |
| Octal | 263 | 231 | 72 | 0 | 17 | 104 | 36 | 57 | 63 | 56 |
| Binary | 10110011 | 10011001 | 111010 | 0 | 1111 | 1000100 | 11110 | 101111 | 110011 | 101110 |
Color Harmonies of #B3993A
Complementary color
Monochromatic Colors of #B3993A
Black with #B3993A
Text Example
Text Example
White with #B3993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3993A; }
p { color: rgb(179,153,58); }
H1.HeaderClassName
{
color: #B3993A;
}
.AnyTagClassName
{
color: #B3993A;
}
</style>
background-color css
<style>
a { background-color: #B3993A; }
a { background-color: rgb(179,153,58); }
div.DivClassName
{
background-color: #B3993A;
}
.BgClassName
{
background-color: #B3993A;
}
</style>
border-color css
<style>
span { border-color: #B3993A; }
span { border-color: rgb(179,153,58); }
td.TdClassName
{
border-color: #B3993A;
}
.TagClassName
{
border-color: #B3993A;
}
</style>