Shades of Roti #B7993D
Tints of Roti #B7993D
RGB
CMYK
RGB Variations
Color information
#B7993D (or 0xB7993D) is known color: Roti. HEX triplet: B7, 99 and 3D. RGB value is (183,153,61). Sum of RGB (Red+Green+Blue) = 183+153+61=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7993D is #4866C2. Grayscale: #979797. Windows color (decimal): -4744899 or 4037047. OLE color: 4037047.
HSL color Cylindrical-coordinate representation of color #B7993D: hue angle of 45.25º 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 #B7993D is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 61 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.28 |
| HSL | 45.25º | 0.5% | 0.48% | - |
| HSV(B) | 45.25º | 0.67% | 0.72% | - |
| XYZ | 31.76 | 33.19 | 9.15 | - |
| YUV | 151.48 | 76.94 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 61 | 0 | 0.16 | 0.67 | 0.28 | 45.25 | 0.5 | 0.48 |
| Hex | B7 | 99 | 3D | 0 | 10 | 43 | 1C | 2D | 32 | 30 |
| Octal | 267 | 231 | 75 | 0 | 20 | 103 | 34 | 55 | 62 | 60 |
| Binary | 10110111 | 10011001 | 111101 | 0 | 10000 | 1000011 | 11100 | 101101 | 110010 | 110000 |
Color Harmonies of #B7993D
Complementary color
Monochromatic Colors of #B7993D
Black with #B7993D
Text Example
Text Example
White with #B7993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7993D; }
p { color: rgb(183,153,61); }
H1.HeaderClassName
{
color: #B7993D;
}
.AnyTagClassName
{
color: #B7993D;
}
</style>
background-color css
<style>
a { background-color: #B7993D; }
a { background-color: rgb(183,153,61); }
div.DivClassName
{
background-color: #B7993D;
}
.BgClassName
{
background-color: #B7993D;
}
</style>
border-color css
<style>
span { border-color: #B7993D; }
span { border-color: rgb(183,153,61); }
td.TdClassName
{
border-color: #B7993D;
}
.TagClassName
{
border-color: #B7993D;
}
</style>