Shades of Roti #BD9B39
Tints of Roti #BD9B39
RGB
CMYK
RGB Variations
Color information
#BD9B39 (or 0xBD9B39) is known color: Roti. HEX triplet: BD, 9B and 39. RGB value is (189,155,57). Sum of RGB (Red+Green+Blue) = 189+155+57=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9B39 is #4264C6. Grayscale: #9A9A9A. Windows color (decimal): -4351175 or 3775421. OLE color: 3775421.
HSL color Cylindrical-coordinate representation of color #BD9B39: hue angle of 44.55º 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 #BD9B39 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 57 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.26 |
| HSL | 44.55º | 0.54% | 0.48% | - |
| HSV(B) | 44.55º | 0.7% | 0.74% | - |
| XYZ | 33.45 | 34.56 | 8.78 | - |
| YUV | 153.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 57 | 0 | 0.18 | 0.70 | 0.26 | 44.55 | 0.54 | 0.48 |
| Hex | BD | 9B | 39 | 0 | 12 | 46 | 1A | 2D | 36 | 30 |
| Octal | 275 | 233 | 71 | 0 | 22 | 106 | 32 | 55 | 66 | 60 |
| Binary | 10111101 | 10011011 | 111001 | 0 | 10010 | 1000110 | 11010 | 101101 | 110110 | 110000 |
Color Harmonies of #BD9B39
Complementary color
Monochromatic Colors of #BD9B39
Black with #BD9B39
Text Example
Text Example
White with #BD9B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B39; }
p { color: rgb(189,155,57); }
H1.HeaderClassName
{
color: #BD9B39;
}
.AnyTagClassName
{
color: #BD9B39;
}
</style>
background-color css
<style>
a { background-color: #BD9B39; }
a { background-color: rgb(189,155,57); }
div.DivClassName
{
background-color: #BD9B39;
}
.BgClassName
{
background-color: #BD9B39;
}
</style>
border-color css
<style>
span { border-color: #BD9B39; }
span { border-color: rgb(189,155,57); }
td.TdClassName
{
border-color: #BD9B39;
}
.TagClassName
{
border-color: #BD9B39;
}
</style>