Shades of Roti #BD9941
Tints of Roti #BD9941
RGB
CMYK
RGB Variations
Color information
#BD9941 (or 0xBD9941) is known color: Roti. HEX triplet: BD, 99 and 41. RGB value is (189,153,65). Sum of RGB (Red+Green+Blue) = 189+153+65=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9941 is #4266BE. Grayscale: #9A9A9A. Windows color (decimal): -4351679 or 4299197. OLE color: 4299197.
HSL color Cylindrical-coordinate representation of color #BD9941: hue angle of 42.58º 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 #BD9941 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 65 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.26 |
| HSL | 42.58º | 0.49% | 0.5% | - |
| HSV(B) | 42.58º | 0.66% | 0.74% | - |
| XYZ | 33.33 | 33.98 | 9.8 | - |
| YUV | 153.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 65 | 0 | 0.19 | 0.66 | 0.26 | 42.58 | 0.49 | 0.5 |
| Hex | BD | 99 | 41 | 0 | 13 | 42 | 1A | 2B | 31 | 32 |
| Octal | 275 | 231 | 101 | 0 | 23 | 102 | 32 | 53 | 61 | 62 |
| Binary | 10111101 | 10011001 | 1000001 | 0 | 10011 | 1000010 | 11010 | 101011 | 110001 | 110010 |
Color Harmonies of #BD9941
Complementary color
Monochromatic Colors of #BD9941
Black with #BD9941
Text Example
Text Example
White with #BD9941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9941; }
p { color: rgb(189,153,65); }
H1.HeaderClassName
{
color: #BD9941;
}
.AnyTagClassName
{
color: #BD9941;
}
</style>
background-color css
<style>
a { background-color: #BD9941; }
a { background-color: rgb(189,153,65); }
div.DivClassName
{
background-color: #BD9941;
}
.BgClassName
{
background-color: #BD9941;
}
</style>
border-color css
<style>
span { border-color: #BD9941; }
span { border-color: rgb(189,153,65); }
td.TdClassName
{
border-color: #BD9941;
}
.TagClassName
{
border-color: #BD9941;
}
</style>