Shades of Roti #BD9A3A
Tints of Roti #BD9A3A
RGB
CMYK
RGB Variations
Color information
#BD9A3A (or 0xBD9A3A) is known color: Roti. HEX triplet: BD, 9A and 3A. RGB value is (189,154,58). Sum of RGB (Red+Green+Blue) = 189+154+58=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A3A is #4265C5. Grayscale: #999999. Windows color (decimal): -4351430 or 3840701. OLE color: 3840701.
HSL color Cylindrical-coordinate representation of color #BD9A3A: hue angle of 43.97º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD9A3A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 58 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.26 |
| HSL | 43.97º | 0.53% | 0.48% | - |
| HSV(B) | 43.97º | 0.69% | 0.74% | - |
| XYZ | 33.31 | 34.24 | 8.86 | - |
| YUV | 153.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 58 | 0 | 0.19 | 0.69 | 0.26 | 43.97 | 0.53 | 0.48 |
| Hex | BD | 9A | 3A | 0 | 13 | 45 | 1A | 2C | 35 | 30 |
| Octal | 275 | 232 | 72 | 0 | 23 | 105 | 32 | 54 | 65 | 60 |
| Binary | 10111101 | 10011010 | 111010 | 0 | 10011 | 1000101 | 11010 | 101100 | 110101 | 110000 |
Color Harmonies of #BD9A3A
Complementary color
Monochromatic Colors of #BD9A3A
Black with #BD9A3A
Text Example
Text Example
White with #BD9A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A3A; }
p { color: rgb(189,154,58); }
H1.HeaderClassName
{
color: #BD9A3A;
}
.AnyTagClassName
{
color: #BD9A3A;
}
</style>
background-color css
<style>
a { background-color: #BD9A3A; }
a { background-color: rgb(189,154,58); }
div.DivClassName
{
background-color: #BD9A3A;
}
.BgClassName
{
background-color: #BD9A3A;
}
</style>
border-color css
<style>
span { border-color: #BD9A3A; }
span { border-color: rgb(189,154,58); }
td.TdClassName
{
border-color: #BD9A3A;
}
.TagClassName
{
border-color: #BD9A3A;
}
</style>