Shades of Roti #BD9540
Tints of Roti #BD9540
RGB
CMYK
RGB Variations
Color information
#BD9540 (or 0xBD9540) is known color: Roti. HEX triplet: BD, 95 and 40. RGB value is (189,149,64). Sum of RGB (Red+Green+Blue) = 189+149+64=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9540 is #426ABF. Grayscale: #979797. Windows color (decimal): -4352704 or 4232637. OLE color: 4232637.
HSL color Cylindrical-coordinate representation of color #BD9540: hue angle of 40.8º 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 #BD9540 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 64 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.26 |
| HSL | 40.8º | 0.49% | 0.5% | - |
| HSV(B) | 40.8º | 0.66% | 0.74% | - |
| XYZ | 32.66 | 32.68 | 9.44 | - |
| YUV | 151.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 64 | 0 | 0.21 | 0.66 | 0.26 | 40.8 | 0.49 | 0.5 |
| Hex | BD | 95 | 40 | 0 | 15 | 42 | 1A | 29 | 31 | 32 |
| Octal | 275 | 225 | 100 | 0 | 25 | 102 | 32 | 51 | 61 | 62 |
| Binary | 10111101 | 10010101 | 1000000 | 0 | 10101 | 1000010 | 11010 | 101001 | 110001 | 110010 |
Color Harmonies of #BD9540
Complementary color
Monochromatic Colors of #BD9540
Black with #BD9540
Text Example
Text Example
White with #BD9540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9540; }
p { color: rgb(189,149,64); }
H1.HeaderClassName
{
color: #BD9540;
}
.AnyTagClassName
{
color: #BD9540;
}
</style>
background-color css
<style>
a { background-color: #BD9540; }
a { background-color: rgb(189,149,64); }
div.DivClassName
{
background-color: #BD9540;
}
.BgClassName
{
background-color: #BD9540;
}
</style>
border-color css
<style>
span { border-color: #BD9540; }
span { border-color: rgb(189,149,64); }
td.TdClassName
{
border-color: #BD9540;
}
.TagClassName
{
border-color: #BD9540;
}
</style>