Shades of Roti #B79B3E
Tints of Roti #B79B3E
RGB
CMYK
RGB Variations
Color information
#B79B3E (or 0xB79B3E) is known color: Roti. HEX triplet: B7, 9B and 3E. RGB value is (183,155,62). Sum of RGB (Red+Green+Blue) = 183+155+62=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79B3E is #4864C1. Grayscale: #999999. Windows color (decimal): -4744386 or 4103095. OLE color: 4103095.
HSL color Cylindrical-coordinate representation of color #B79B3E: hue angle of 46.12º 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 #B79B3E is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 62 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.28 |
| HSL | 46.12º | 0.49% | 0.48% | - |
| HSV(B) | 46.12º | 0.66% | 0.72% | - |
| XYZ | 32.12 | 33.86 | 9.4 | - |
| YUV | 152.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 62 | 0 | 0.15 | 0.66 | 0.28 | 46.12 | 0.49 | 0.48 |
| Hex | B7 | 9B | 3E | 0 | F | 42 | 1C | 2E | 31 | 30 |
| Octal | 267 | 233 | 76 | 0 | 17 | 102 | 34 | 56 | 61 | 60 |
| Binary | 10110111 | 10011011 | 111110 | 0 | 1111 | 1000010 | 11100 | 101110 | 110001 | 110000 |
Color Harmonies of #B79B3E
Complementary color
Monochromatic Colors of #B79B3E
Black with #B79B3E
Text Example
Text Example
White with #B79B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79B3E; }
p { color: rgb(183,155,62); }
H1.HeaderClassName
{
color: #B79B3E;
}
.AnyTagClassName
{
color: #B79B3E;
}
</style>
background-color css
<style>
a { background-color: #B79B3E; }
a { background-color: rgb(183,155,62); }
div.DivClassName
{
background-color: #B79B3E;
}
.BgClassName
{
background-color: #B79B3E;
}
</style>
border-color css
<style>
span { border-color: #B79B3E; }
span { border-color: rgb(183,155,62); }
td.TdClassName
{
border-color: #B79B3E;
}
.TagClassName
{
border-color: #B79B3E;
}
</style>