Shades of Roti #BD9938
Tints of Roti #BD9938
RGB
CMYK
RGB Variations
Color information
#BD9938 (or 0xBD9938) is known color: Roti. HEX triplet: BD, 99 and 38. RGB value is (189,153,56). Sum of RGB (Red+Green+Blue) = 189+153+56=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9938 is #4266C7. Grayscale: #999999. Windows color (decimal): -4351688 or 3709373. OLE color: 3709373.
HSL color Cylindrical-coordinate representation of color #BD9938: hue angle of 43.76º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD9938 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 56 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.26 |
| HSL | 43.76º | 0.54% | 0.48% | - |
| HSV(B) | 43.76º | 0.7% | 0.74% | - |
| XYZ | 33.09 | 33.89 | 8.54 | - |
| YUV | 152.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 56 | 0 | 0.19 | 0.70 | 0.26 | 43.76 | 0.54 | 0.48 |
| Hex | BD | 99 | 38 | 0 | 13 | 46 | 1A | 2C | 36 | 30 |
| Octal | 275 | 231 | 70 | 0 | 23 | 106 | 32 | 54 | 66 | 60 |
| Binary | 10111101 | 10011001 | 111000 | 0 | 10011 | 1000110 | 11010 | 101100 | 110110 | 110000 |
Color Harmonies of #BD9938
Complementary color
Monochromatic Colors of #BD9938
Black with #BD9938
Text Example
Text Example
White with #BD9938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9938; }
p { color: rgb(189,153,56); }
H1.HeaderClassName
{
color: #BD9938;
}
.AnyTagClassName
{
color: #BD9938;
}
</style>
background-color css
<style>
a { background-color: #BD9938; }
a { background-color: rgb(189,153,56); }
div.DivClassName
{
background-color: #BD9938;
}
.BgClassName
{
background-color: #BD9938;
}
</style>
border-color css
<style>
span { border-color: #BD9938; }
span { border-color: rgb(189,153,56); }
td.TdClassName
{
border-color: #BD9938;
}
.TagClassName
{
border-color: #BD9938;
}
</style>