Shades of Roti #B79D3C
Tints of Roti #B79D3C
RGB
CMYK
RGB Variations
Color information
#B79D3C (or 0xB79D3C) is known color: Roti. HEX triplet: B7, 9D and 3C. RGB value is (183,157,60). Sum of RGB (Red+Green+Blue) = 183+157+60=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D3C is #4862C3. Grayscale: #9A9A9A. Windows color (decimal): -4743876 or 3972535. OLE color: 3972535.
HSL color Cylindrical-coordinate representation of color #B79D3C: hue angle of 47.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B79D3C is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 60 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.28 |
| HSL | 47.32º | 0.51% | 0.48% | - |
| HSV(B) | 47.32º | 0.67% | 0.72% | - |
| XYZ | 32.4 | 34.51 | 9.23 | - |
| YUV | 153.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 60 | 0 | 0.14 | 0.67 | 0.28 | 47.32 | 0.51 | 0.48 |
| Hex | B7 | 9D | 3C | 0 | E | 43 | 1C | 2F | 33 | 30 |
| Octal | 267 | 235 | 74 | 0 | 16 | 103 | 34 | 57 | 63 | 60 |
| Binary | 10110111 | 10011101 | 111100 | 0 | 1110 | 1000011 | 11100 | 101111 | 110011 | 110000 |
Color Harmonies of #B79D3C
Complementary color
Monochromatic Colors of #B79D3C
Black with #B79D3C
Text Example
Text Example
White with #B79D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D3C; }
p { color: rgb(183,157,60); }
H1.HeaderClassName
{
color: #B79D3C;
}
.AnyTagClassName
{
color: #B79D3C;
}
</style>
background-color css
<style>
a { background-color: #B79D3C; }
a { background-color: rgb(183,157,60); }
div.DivClassName
{
background-color: #B79D3C;
}
.BgClassName
{
background-color: #B79D3C;
}
</style>
border-color css
<style>
span { border-color: #B79D3C; }
span { border-color: rgb(183,157,60); }
td.TdClassName
{
border-color: #B79D3C;
}
.TagClassName
{
border-color: #B79D3C;
}
</style>