Shades of Roti #B7923C
Tints of Roti #B7923C
RGB
CMYK
RGB Variations
Color information
#B7923C (or 0xB7923C) is known color: Roti. HEX triplet: B7, 92 and 3C. RGB value is (183,146,60). Sum of RGB (Red+Green+Blue) = 183+146+60=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7923C is #486DC3. Grayscale: #939393. Windows color (decimal): -4746692 or 3969719. OLE color: 3969719.
HSL color Cylindrical-coordinate representation of color #B7923C: hue angle of 41.95º 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 #B7923C is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 60 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.28 |
| HSL | 41.95º | 0.51% | 0.48% | - |
| HSV(B) | 41.95º | 0.67% | 0.72% | - |
| XYZ | 30.62 | 30.95 | 8.64 | - |
| YUV | 147.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 60 | 0 | 0.20 | 0.67 | 0.28 | 41.95 | 0.51 | 0.48 |
| Hex | B7 | 92 | 3C | 0 | 14 | 43 | 1C | 2A | 33 | 30 |
| Octal | 267 | 222 | 74 | 0 | 24 | 103 | 34 | 52 | 63 | 60 |
| Binary | 10110111 | 10010010 | 111100 | 0 | 10100 | 1000011 | 11100 | 101010 | 110011 | 110000 |
Color Harmonies of #B7923C
Complementary color
Monochromatic Colors of #B7923C
Black with #B7923C
Text Example
Text Example
White with #B7923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7923C; }
p { color: rgb(183,146,60); }
H1.HeaderClassName
{
color: #B7923C;
}
.AnyTagClassName
{
color: #B7923C;
}
</style>
background-color css
<style>
a { background-color: #B7923C; }
a { background-color: rgb(183,146,60); }
div.DivClassName
{
background-color: #B7923C;
}
.BgClassName
{
background-color: #B7923C;
}
</style>
border-color css
<style>
span { border-color: #B7923C; }
span { border-color: rgb(183,146,60); }
td.TdClassName
{
border-color: #B7923C;
}
.TagClassName
{
border-color: #B7923C;
}
</style>