Shades of Roti #B7943E
Tints of Roti #B7943E
RGB
CMYK
RGB Variations
Color information
#B7943E (or 0xB7943E) is known color: Roti. HEX triplet: B7, 94 and 3E. RGB value is (183,148,62). Sum of RGB (Red+Green+Blue) = 183+148+62=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7943E is #486BC1. Grayscale: #959595. Windows color (decimal): -4746178 or 4101303. OLE color: 4101303.
HSL color Cylindrical-coordinate representation of color #B7943E: hue angle of 42.64º 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 #B7943E is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 62 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.28 |
| HSL | 42.64º | 0.49% | 0.48% | - |
| HSV(B) | 42.64º | 0.66% | 0.72% | - |
| XYZ | 30.99 | 31.59 | 9.02 | - |
| YUV | 148.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 62 | 0 | 0.19 | 0.66 | 0.28 | 42.64 | 0.49 | 0.48 |
| Hex | B7 | 94 | 3E | 0 | 13 | 42 | 1C | 2B | 31 | 30 |
| Octal | 267 | 224 | 76 | 0 | 23 | 102 | 34 | 53 | 61 | 60 |
| Binary | 10110111 | 10010100 | 111110 | 0 | 10011 | 1000010 | 11100 | 101011 | 110001 | 110000 |
Color Harmonies of #B7943E
Complementary color
Monochromatic Colors of #B7943E
Black with #B7943E
Text Example
Text Example
White with #B7943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7943E; }
p { color: rgb(183,148,62); }
H1.HeaderClassName
{
color: #B7943E;
}
.AnyTagClassName
{
color: #B7943E;
}
</style>
background-color css
<style>
a { background-color: #B7943E; }
a { background-color: rgb(183,148,62); }
div.DivClassName
{
background-color: #B7943E;
}
.BgClassName
{
background-color: #B7943E;
}
</style>
border-color css
<style>
span { border-color: #B7943E; }
span { border-color: rgb(183,148,62); }
td.TdClassName
{
border-color: #B7943E;
}
.TagClassName
{
border-color: #B7943E;
}
</style>