Shades of Roti #B7923D
Tints of Roti #B7923D
RGB
CMYK
RGB Variations
Color information
#B7923D (or 0xB7923D) is known color: Roti. HEX triplet: B7, 92 and 3D. RGB value is (183,146,61). Sum of RGB (Red+Green+Blue) = 183+146+61=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7923D is #486DC2. Grayscale: #939393. Windows color (decimal): -4746691 or 4035255. OLE color: 4035255.
HSL color Cylindrical-coordinate representation of color #B7923D: hue angle of 41.8º degrees, saturation: 0.5, 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 #B7923D is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 61 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.28 |
| HSL | 41.8º | 0.5% | 0.48% | - |
| HSV(B) | 41.8º | 0.67% | 0.72% | - |
| XYZ | 30.65 | 30.96 | 8.78 | - |
| YUV | 147.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 61 | 0 | 0.20 | 0.67 | 0.28 | 41.8 | 0.5 | 0.48 |
| Hex | B7 | 92 | 3D | 0 | 14 | 43 | 1C | 2A | 32 | 30 |
| Octal | 267 | 222 | 75 | 0 | 24 | 103 | 34 | 52 | 62 | 60 |
| Binary | 10110111 | 10010010 | 111101 | 0 | 10100 | 1000011 | 11100 | 101010 | 110010 | 110000 |
Color Harmonies of #B7923D
Complementary color
Monochromatic Colors of #B7923D
Black with #B7923D
Text Example
Text Example
White with #B7923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7923D; }
p { color: rgb(183,146,61); }
H1.HeaderClassName
{
color: #B7923D;
}
.AnyTagClassName
{
color: #B7923D;
}
</style>
background-color css
<style>
a { background-color: #B7923D; }
a { background-color: rgb(183,146,61); }
div.DivClassName
{
background-color: #B7923D;
}
.BgClassName
{
background-color: #B7923D;
}
</style>
border-color css
<style>
span { border-color: #B7923D; }
span { border-color: rgb(183,146,61); }
td.TdClassName
{
border-color: #B7923D;
}
.TagClassName
{
border-color: #B7923D;
}
</style>