Shades of Roti #B79B3C
Tints of Roti #B79B3C
RGB
CMYK
RGB Variations
Color information
#B79B3C (or 0xB79B3C) is known color: Roti. HEX triplet: B7, 9B and 3C. RGB value is (183,155,60). Sum of RGB (Red+Green+Blue) = 183+155+60=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79B3C is #4864C3. Grayscale: #989898. Windows color (decimal): -4744388 or 3972023. OLE color: 3972023.
HSL color Cylindrical-coordinate representation of color #B79B3C: hue angle of 46.34º 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 #B79B3C is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 60 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.28 |
| HSL | 46.34º | 0.51% | 0.48% | - |
| HSV(B) | 46.34º | 0.67% | 0.72% | - |
| XYZ | 32.07 | 33.84 | 9.12 | - |
| YUV | 152.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 60 | 0 | 0.15 | 0.67 | 0.28 | 46.34 | 0.51 | 0.48 |
| Hex | B7 | 9B | 3C | 0 | F | 43 | 1C | 2E | 33 | 30 |
| Octal | 267 | 233 | 74 | 0 | 17 | 103 | 34 | 56 | 63 | 60 |
| Binary | 10110111 | 10011011 | 111100 | 0 | 1111 | 1000011 | 11100 | 101110 | 110011 | 110000 |
Color Harmonies of #B79B3C
Complementary color
Monochromatic Colors of #B79B3C
Black with #B79B3C
Text Example
Text Example
White with #B79B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79B3C; }
p { color: rgb(183,155,60); }
H1.HeaderClassName
{
color: #B79B3C;
}
.AnyTagClassName
{
color: #B79B3C;
}
</style>
background-color css
<style>
a { background-color: #B79B3C; }
a { background-color: rgb(183,155,60); }
div.DivClassName
{
background-color: #B79B3C;
}
.BgClassName
{
background-color: #B79B3C;
}
</style>
border-color css
<style>
span { border-color: #B79B3C; }
span { border-color: rgb(183,155,60); }
td.TdClassName
{
border-color: #B79B3C;
}
.TagClassName
{
border-color: #B79B3C;
}
</style>