Shades of Roti #BD9F3C
Tints of Roti #BD9F3C
RGB
CMYK
RGB Variations
Color information
#BD9F3C (or 0xBD9F3C) is known color: Roti. HEX triplet: BD, 9F and 3C. RGB value is (189,159,60). Sum of RGB (Red+Green+Blue) = 189+159+60=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F3C is #4260C3. Grayscale: #9D9D9D. Windows color (decimal): -4350148 or 3973053. OLE color: 3973053.
HSL color Cylindrical-coordinate representation of color #BD9F3C: hue angle of 46.05º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD9F3C is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 60 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.26 |
| HSL | 46.05º | 0.52% | 0.49% | - |
| HSV(B) | 46.05º | 0.68% | 0.74% | - |
| XYZ | 34.2 | 35.94 | 9.41 | - |
| YUV | 156.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 60 | 0 | 0.16 | 0.68 | 0.26 | 46.05 | 0.52 | 0.49 |
| Hex | BD | 9F | 3C | 0 | 10 | 44 | 1A | 2E | 34 | 31 |
| Octal | 275 | 237 | 74 | 0 | 20 | 104 | 32 | 56 | 64 | 61 |
| Binary | 10111101 | 10011111 | 111100 | 0 | 10000 | 1000100 | 11010 | 101110 | 110100 | 110001 |
Color Harmonies of #BD9F3C
Complementary color
Monochromatic Colors of #BD9F3C
Black with #BD9F3C
Text Example
Text Example
White with #BD9F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F3C; }
p { color: rgb(189,159,60); }
H1.HeaderClassName
{
color: #BD9F3C;
}
.AnyTagClassName
{
color: #BD9F3C;
}
</style>
background-color css
<style>
a { background-color: #BD9F3C; }
a { background-color: rgb(189,159,60); }
div.DivClassName
{
background-color: #BD9F3C;
}
.BgClassName
{
background-color: #BD9F3C;
}
</style>
border-color css
<style>
span { border-color: #BD9F3C; }
span { border-color: rgb(189,159,60); }
td.TdClassName
{
border-color: #BD9F3C;
}
.TagClassName
{
border-color: #BD9F3C;
}
</style>