Shades of Roti #BD9742
Tints of Roti #BD9742
RGB
CMYK
RGB Variations
Color information
#BD9742 (or 0xBD9742) is known color: Roti. HEX triplet: BD, 97 and 42. RGB value is (189,151,66). Sum of RGB (Red+Green+Blue) = 189+151+66=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9742 is #4268BD. Grayscale: #999999. Windows color (decimal): -4352190 or 4364221. OLE color: 4364221.
HSL color Cylindrical-coordinate representation of color #BD9742: hue angle of 41.46º 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 #BD9742 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 66 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.26 |
| HSL | 41.46º | 0.48% | 0.5% | - |
| HSV(B) | 41.46º | 0.65% | 0.74% | - |
| XYZ | 33.04 | 33.35 | 9.85 | - |
| YUV | 152.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 66 | 0 | 0.20 | 0.65 | 0.26 | 41.46 | 0.48 | 0.5 |
| Hex | BD | 97 | 42 | 0 | 14 | 41 | 1A | 29 | 30 | 32 |
| Octal | 275 | 227 | 102 | 0 | 24 | 101 | 32 | 51 | 60 | 62 |
| Binary | 10111101 | 10010111 | 1000010 | 0 | 10100 | 1000001 | 11010 | 101001 | 110000 | 110010 |
Color Harmonies of #BD9742
Complementary color
Monochromatic Colors of #BD9742
Black with #BD9742
Text Example
Text Example
White with #BD9742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9742; }
p { color: rgb(189,151,66); }
H1.HeaderClassName
{
color: #BD9742;
}
.AnyTagClassName
{
color: #BD9742;
}
</style>
background-color css
<style>
a { background-color: #BD9742; }
a { background-color: rgb(189,151,66); }
div.DivClassName
{
background-color: #BD9742;
}
.BgClassName
{
background-color: #BD9742;
}
</style>
border-color css
<style>
span { border-color: #BD9742; }
span { border-color: rgb(189,151,66); }
td.TdClassName
{
border-color: #BD9742;
}
.TagClassName
{
border-color: #BD9742;
}
</style>