Shades of Roti #B9933D
Tints of Roti #B9933D
RGB
CMYK
RGB Variations
Color information
#B9933D (or 0xB9933D) is known color: Roti. HEX triplet: B9, 93 and 3D. RGB value is (185,147,61). Sum of RGB (Red+Green+Blue) = 185+147+61=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9933D is #466CC2. Grayscale: #949494. Windows color (decimal): -4615363 or 4035513. OLE color: 4035513.
HSL color Cylindrical-coordinate representation of color #B9933D: hue angle of 41.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9933D is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 61 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.27 |
| HSL | 41.61º | 0.5% | 0.48% | - |
| HSV(B) | 41.61º | 0.67% | 0.73% | - |
| XYZ | 31.28 | 31.52 | 8.85 | - |
| YUV | 148.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 61 | 0 | 0.21 | 0.67 | 0.27 | 41.61 | 0.5 | 0.48 |
| Hex | B9 | 93 | 3D | 0 | 15 | 43 | 1B | 2A | 32 | 30 |
| Octal | 271 | 223 | 75 | 0 | 25 | 103 | 33 | 52 | 62 | 60 |
| Binary | 10111001 | 10010011 | 111101 | 0 | 10101 | 1000011 | 11011 | 101010 | 110010 | 110000 |
Color Harmonies of #B9933D
Complementary color
Monochromatic Colors of #B9933D
Black with #B9933D
Text Example
Text Example
White with #B9933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9933D; }
p { color: rgb(185,147,61); }
H1.HeaderClassName
{
color: #B9933D;
}
.AnyTagClassName
{
color: #B9933D;
}
</style>
background-color css
<style>
a { background-color: #B9933D; }
a { background-color: rgb(185,147,61); }
div.DivClassName
{
background-color: #B9933D;
}
.BgClassName
{
background-color: #B9933D;
}
</style>
border-color css
<style>
span { border-color: #B9933D; }
span { border-color: rgb(185,147,61); }
td.TdClassName
{
border-color: #B9933D;
}
.TagClassName
{
border-color: #B9933D;
}
</style>