Shades of Roti #B7913E
Tints of Roti #B7913E
RGB
CMYK
RGB Variations
Color information
#B7913E (or 0xB7913E) is known color: Roti. HEX triplet: B7, 91 and 3E. RGB value is (183,145,62). Sum of RGB (Red+Green+Blue) = 183+145+62=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7913E is #486EC1. Grayscale: #939393. Windows color (decimal): -4746946 or 4100535. OLE color: 4100535.
HSL color Cylindrical-coordinate representation of color #B7913E: hue angle of 41.16º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7913E is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 62 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.28 |
| HSL | 41.16º | 0.49% | 0.48% | - |
| HSV(B) | 41.16º | 0.66% | 0.72% | - |
| XYZ | 30.52 | 30.67 | 8.87 | - |
| YUV | 146.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 62 | 0 | 0.21 | 0.66 | 0.28 | 41.16 | 0.49 | 0.48 |
| Hex | B7 | 91 | 3E | 0 | 15 | 42 | 1C | 29 | 31 | 30 |
| Octal | 267 | 221 | 76 | 0 | 25 | 102 | 34 | 51 | 61 | 60 |
| Binary | 10110111 | 10010001 | 111110 | 0 | 10101 | 1000010 | 11100 | 101001 | 110001 | 110000 |
Color Harmonies of #B7913E
Complementary color
Monochromatic Colors of #B7913E
Black with #B7913E
Text Example
Text Example
White with #B7913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7913E; }
p { color: rgb(183,145,62); }
H1.HeaderClassName
{
color: #B7913E;
}
.AnyTagClassName
{
color: #B7913E;
}
</style>
background-color css
<style>
a { background-color: #B7913E; }
a { background-color: rgb(183,145,62); }
div.DivClassName
{
background-color: #B7913E;
}
.BgClassName
{
background-color: #B7913E;
}
</style>
border-color css
<style>
span { border-color: #B7913E; }
span { border-color: rgb(183,145,62); }
td.TdClassName
{
border-color: #B7913E;
}
.TagClassName
{
border-color: #B7913E;
}
</style>