Shades of Roti #BD9A39
Tints of Roti #BD9A39
RGB
CMYK
RGB Variations
Color information
#BD9A39 (or 0xBD9A39) is known color: Roti. HEX triplet: BD, 9A and 39. RGB value is (189,154,57). Sum of RGB (Red+Green+Blue) = 189+154+57=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A39 is #4265C6. Grayscale: #999999. Windows color (decimal): -4351431 or 3775165. OLE color: 3775165.
HSL color Cylindrical-coordinate representation of color #BD9A39: hue angle of 44.09º 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 #BD9A39 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 57 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.26 |
| HSL | 44.09º | 0.54% | 0.48% | - |
| HSV(B) | 44.09º | 0.7% | 0.74% | - |
| XYZ | 33.28 | 34.23 | 8.72 | - |
| YUV | 153.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 57 | 0 | 0.19 | 0.70 | 0.26 | 44.09 | 0.54 | 0.48 |
| Hex | BD | 9A | 39 | 0 | 13 | 46 | 1A | 2C | 36 | 30 |
| Octal | 275 | 232 | 71 | 0 | 23 | 106 | 32 | 54 | 66 | 60 |
| Binary | 10111101 | 10011010 | 111001 | 0 | 10011 | 1000110 | 11010 | 101100 | 110110 | 110000 |
Color Harmonies of #BD9A39
Complementary color
Monochromatic Colors of #BD9A39
Black with #BD9A39
Text Example
Text Example
White with #BD9A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A39; }
p { color: rgb(189,154,57); }
H1.HeaderClassName
{
color: #BD9A39;
}
.AnyTagClassName
{
color: #BD9A39;
}
</style>
background-color css
<style>
a { background-color: #BD9A39; }
a { background-color: rgb(189,154,57); }
div.DivClassName
{
background-color: #BD9A39;
}
.BgClassName
{
background-color: #BD9A39;
}
</style>
border-color css
<style>
span { border-color: #BD9A39; }
span { border-color: rgb(189,154,57); }
td.TdClassName
{
border-color: #BD9A39;
}
.TagClassName
{
border-color: #BD9A39;
}
</style>