Shades of Roti #BD9544
Tints of Roti #BD9544
RGB
CMYK
RGB Variations
Color information
#BD9544 (or 0xBD9544) is known color: Roti. HEX triplet: BD, 95 and 44. RGB value is (189,149,68). Sum of RGB (Red+Green+Blue) = 189+149+68=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9544 is #426ABB. Grayscale: #989898. Windows color (decimal): -4352700 or 4494781. OLE color: 4494781.
HSL color Cylindrical-coordinate representation of color #BD9544: hue angle of 40.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD9544 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 68 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.26 |
| HSL | 40.17º | 0.48% | 0.5% | - |
| HSV(B) | 40.17º | 0.64% | 0.74% | - |
| XYZ | 32.78 | 32.73 | 10.06 | - |
| YUV | 151.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 68 | 0 | 0.21 | 0.64 | 0.26 | 40.17 | 0.48 | 0.5 |
| Hex | BD | 95 | 44 | 0 | 15 | 40 | 1A | 28 | 30 | 32 |
| Octal | 275 | 225 | 104 | 0 | 25 | 100 | 32 | 50 | 60 | 62 |
| Binary | 10111101 | 10010101 | 1000100 | 0 | 10101 | 1000000 | 11010 | 101000 | 110000 | 110010 |
Color Harmonies of #BD9544
Complementary color
Monochromatic Colors of #BD9544
Black with #BD9544
Text Example
Text Example
White with #BD9544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9544; }
p { color: rgb(189,149,68); }
H1.HeaderClassName
{
color: #BD9544;
}
.AnyTagClassName
{
color: #BD9544;
}
</style>
background-color css
<style>
a { background-color: #BD9544; }
a { background-color: rgb(189,149,68); }
div.DivClassName
{
background-color: #BD9544;
}
.BgClassName
{
background-color: #BD9544;
}
</style>
border-color css
<style>
span { border-color: #BD9544; }
span { border-color: rgb(189,149,68); }
td.TdClassName
{
border-color: #BD9544;
}
.TagClassName
{
border-color: #BD9544;
}
</style>