Shades of Roti #B9933B
Tints of Roti #B9933B
RGB
CMYK
RGB Variations
Color information
#B9933B (or 0xB9933B) is known color: Roti. HEX triplet: B9, 93 and 3B. RGB value is (185,147,59). Sum of RGB (Red+Green+Blue) = 185+147+59=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9933B is #466CC4. Grayscale: #949494. Windows color (decimal): -4615365 or 3904441. OLE color: 3904441.
HSL color Cylindrical-coordinate representation of color #B9933B: hue angle of 41.9º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9933B is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 59 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.27 |
| HSL | 41.9º | 0.52% | 0.48% | - |
| HSV(B) | 41.9º | 0.68% | 0.73% | - |
| XYZ | 31.23 | 31.5 | 8.57 | - |
| YUV | 148.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 59 | 0 | 0.21 | 0.68 | 0.27 | 41.9 | 0.52 | 0.48 |
| Hex | B9 | 93 | 3B | 0 | 15 | 44 | 1B | 2A | 34 | 30 |
| Octal | 271 | 223 | 73 | 0 | 25 | 104 | 33 | 52 | 64 | 60 |
| Binary | 10111001 | 10010011 | 111011 | 0 | 10101 | 1000100 | 11011 | 101010 | 110100 | 110000 |
Color Harmonies of #B9933B
Complementary color
Monochromatic Colors of #B9933B
Black with #B9933B
Text Example
Text Example
White with #B9933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9933B; }
p { color: rgb(185,147,59); }
H1.HeaderClassName
{
color: #B9933B;
}
.AnyTagClassName
{
color: #B9933B;
}
</style>
background-color css
<style>
a { background-color: #B9933B; }
a { background-color: rgb(185,147,59); }
div.DivClassName
{
background-color: #B9933B;
}
.BgClassName
{
background-color: #B9933B;
}
</style>
border-color css
<style>
span { border-color: #B9933B; }
span { border-color: rgb(185,147,59); }
td.TdClassName
{
border-color: #B9933B;
}
.TagClassName
{
border-color: #B9933B;
}
</style>