Shades of Roti #BD9741
Tints of Roti #BD9741
RGB
CMYK
RGB Variations
Color information
#BD9741 (or 0xBD9741) is known color: Roti. HEX triplet: BD, 97 and 41. RGB value is (189,151,65). Sum of RGB (Red+Green+Blue) = 189+151+65=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9741 is #4268BE. Grayscale: #989898. Windows color (decimal): -4352191 or 4298685. OLE color: 4298685.
HSL color Cylindrical-coordinate representation of color #BD9741: hue angle of 41.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD9741 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 65 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.26 |
| HSL | 41.61º | 0.49% | 0.5% | - |
| HSV(B) | 41.61º | 0.66% | 0.74% | - |
| XYZ | 33.01 | 33.33 | 9.7 | - |
| YUV | 152.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 65 | 0 | 0.20 | 0.66 | 0.26 | 41.61 | 0.49 | 0.5 |
| Hex | BD | 97 | 41 | 0 | 14 | 42 | 1A | 2A | 31 | 32 |
| Octal | 275 | 227 | 101 | 0 | 24 | 102 | 32 | 52 | 61 | 62 |
| Binary | 10111101 | 10010111 | 1000001 | 0 | 10100 | 1000010 | 11010 | 101010 | 110001 | 110010 |
Color Harmonies of #BD9741
Complementary color
Monochromatic Colors of #BD9741
Black with #BD9741
Text Example
Text Example
White with #BD9741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9741; }
p { color: rgb(189,151,65); }
H1.HeaderClassName
{
color: #BD9741;
}
.AnyTagClassName
{
color: #BD9741;
}
</style>
background-color css
<style>
a { background-color: #BD9741; }
a { background-color: rgb(189,151,65); }
div.DivClassName
{
background-color: #BD9741;
}
.BgClassName
{
background-color: #BD9741;
}
</style>
border-color css
<style>
span { border-color: #BD9741; }
span { border-color: rgb(189,151,65); }
td.TdClassName
{
border-color: #BD9741;
}
.TagClassName
{
border-color: #BD9741;
}
</style>