Shades of Roti #B09940
Tints of Roti #B09940
RGB
CMYK
RGB Variations
Color information
#B09940 (or 0xB09940) is known color: Roti. HEX triplet: B0, 99 and 40. RGB value is (176,153,64). Sum of RGB (Red+Green+Blue) = 176+153+64=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B09940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09940 is #4F66BF. Grayscale: #969696. Windows color (decimal): -5203648 or 4233648. OLE color: 4233648.
HSL color Cylindrical-coordinate representation of color #B09940: hue angle of 47.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B09940 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 64 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.31 |
| HSL | 47.68º | 0.47% | 0.47% | - |
| HSV(B) | 47.68º | 0.64% | 0.69% | - |
| XYZ | 30.22 | 32.38 | 9.51 | - |
| YUV | 149.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 64 | 0 | 0.13 | 0.64 | 0.31 | 47.68 | 0.47 | 0.47 |
| Hex | B0 | 99 | 40 | 0 | D | 40 | 1F | 30 | 2F | 2F |
| Octal | 260 | 231 | 100 | 0 | 15 | 100 | 37 | 60 | 57 | 57 |
| Binary | 10110000 | 10011001 | 1000000 | 0 | 1101 | 1000000 | 11111 | 110000 | 101111 | 101111 |
Color Harmonies of #B09940
Complementary color
Monochromatic Colors of #B09940
Black with #B09940
Text Example
Text Example
White with #B09940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09940; }
p { color: rgb(176,153,64); }
H1.HeaderClassName
{
color: #B09940;
}
.AnyTagClassName
{
color: #B09940;
}
</style>
background-color css
<style>
a { background-color: #B09940; }
a { background-color: rgb(176,153,64); }
div.DivClassName
{
background-color: #B09940;
}
.BgClassName
{
background-color: #B09940;
}
</style>
border-color css
<style>
span { border-color: #B09940; }
span { border-color: rgb(176,153,64); }
td.TdClassName
{
border-color: #B09940;
}
.TagClassName
{
border-color: #B09940;
}
</style>