Shades of Roti #BD9642
Tints of Roti #BD9642
RGB
CMYK
RGB Variations
Color information
#BD9642 (or 0xBD9642) is known color: Roti. HEX triplet: BD, 96 and 42. RGB value is (189,150,66). Sum of RGB (Red+Green+Blue) = 189+150+66=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9642 is #4269BD. Grayscale: #989898. Windows color (decimal): -4352446 or 4363965. OLE color: 4363965.
HSL color Cylindrical-coordinate representation of color #BD9642: hue angle of 40.98º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD9642 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 66 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.26 |
| HSL | 40.98º | 0.48% | 0.5% | - |
| HSV(B) | 40.98º | 0.65% | 0.74% | - |
| XYZ | 32.88 | 33.02 | 9.8 | - |
| YUV | 152.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 66 | 0 | 0.21 | 0.65 | 0.26 | 40.98 | 0.48 | 0.5 |
| Hex | BD | 96 | 42 | 0 | 15 | 41 | 1A | 29 | 30 | 32 |
| Octal | 275 | 226 | 102 | 0 | 25 | 101 | 32 | 51 | 60 | 62 |
| Binary | 10111101 | 10010110 | 1000010 | 0 | 10101 | 1000001 | 11010 | 101001 | 110000 | 110010 |
Color Harmonies of #BD9642
Complementary color
Monochromatic Colors of #BD9642
Black with #BD9642
Text Example
Text Example
White with #BD9642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9642; }
p { color: rgb(189,150,66); }
H1.HeaderClassName
{
color: #BD9642;
}
.AnyTagClassName
{
color: #BD9642;
}
</style>
background-color css
<style>
a { background-color: #BD9642; }
a { background-color: rgb(189,150,66); }
div.DivClassName
{
background-color: #BD9642;
}
.BgClassName
{
background-color: #BD9642;
}
</style>
border-color css
<style>
span { border-color: #BD9642; }
span { border-color: rgb(189,150,66); }
td.TdClassName
{
border-color: #BD9642;
}
.TagClassName
{
border-color: #BD9642;
}
</style>