Shades of Roti #BD9D39
Tints of Roti #BD9D39
RGB
CMYK
RGB Variations
Color information
#BD9D39 (or 0xBD9D39) is known color: Roti. HEX triplet: BD, 9D and 39. RGB value is (189,157,57). Sum of RGB (Red+Green+Blue) = 189+157+57=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9D39 is #4262C6. Grayscale: #9B9B9B. Windows color (decimal): -4350663 or 3775933. OLE color: 3775933.
HSL color Cylindrical-coordinate representation of color #BD9D39: hue angle of 45.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD9D39 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 57 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.26 |
| HSL | 45.45º | 0.54% | 0.48% | - |
| HSV(B) | 45.45º | 0.7% | 0.74% | - |
| XYZ | 33.78 | 35.23 | 8.89 | - |
| YUV | 155.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 57 | 0 | 0.17 | 0.70 | 0.26 | 45.45 | 0.54 | 0.48 |
| Hex | BD | 9D | 39 | 0 | 11 | 46 | 1A | 2D | 36 | 30 |
| Octal | 275 | 235 | 71 | 0 | 21 | 106 | 32 | 55 | 66 | 60 |
| Binary | 10111101 | 10011101 | 111001 | 0 | 10001 | 1000110 | 11010 | 101101 | 110110 | 110000 |
Color Harmonies of #BD9D39
Complementary color
Monochromatic Colors of #BD9D39
Black with #BD9D39
Text Example
Text Example
White with #BD9D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D39; }
p { color: rgb(189,157,57); }
H1.HeaderClassName
{
color: #BD9D39;
}
.AnyTagClassName
{
color: #BD9D39;
}
</style>
background-color css
<style>
a { background-color: #BD9D39; }
a { background-color: rgb(189,157,57); }
div.DivClassName
{
background-color: #BD9D39;
}
.BgClassName
{
background-color: #BD9D39;
}
</style>
border-color css
<style>
span { border-color: #BD9D39; }
span { border-color: rgb(189,157,57); }
td.TdClassName
{
border-color: #BD9D39;
}
.TagClassName
{
border-color: #BD9D39;
}
</style>