Shades of Roti #BDA03F
Tints of Roti #BDA03F
RGB
CMYK
RGB Variations
Color information
#BDA03F (or 0xBDA03F) is known color: Roti. HEX triplet: BD, A0 and 3F. RGB value is (189,160,63). Sum of RGB (Red+Green+Blue) = 189+160+63=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA03F is #425FC0. Grayscale: #9E9E9E. Windows color (decimal): -4349889 or 4169917. OLE color: 4169917.
HSL color Cylindrical-coordinate representation of color #BDA03F: hue angle of 46.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDA03F is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 63 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.26 |
| HSL | 46.19º | 0.5% | 0.49% | - |
| HSV(B) | 46.19º | 0.67% | 0.74% | - |
| XYZ | 34.45 | 36.32 | 9.9 | - |
| YUV | 157.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 63 | 0 | 0.15 | 0.67 | 0.26 | 46.19 | 0.5 | 0.49 |
| Hex | BD | A0 | 3F | 0 | F | 43 | 1A | 2E | 32 | 31 |
| Octal | 275 | 240 | 77 | 0 | 17 | 103 | 32 | 56 | 62 | 61 |
| Binary | 10111101 | 10100000 | 111111 | 0 | 1111 | 1000011 | 11010 | 101110 | 110010 | 110001 |
Color Harmonies of #BDA03F
Complementary color
Monochromatic Colors of #BDA03F
Black with #BDA03F
Text Example
Text Example
White with #BDA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA03F; }
p { color: rgb(189,160,63); }
H1.HeaderClassName
{
color: #BDA03F;
}
.AnyTagClassName
{
color: #BDA03F;
}
</style>
background-color css
<style>
a { background-color: #BDA03F; }
a { background-color: rgb(189,160,63); }
div.DivClassName
{
background-color: #BDA03F;
}
.BgClassName
{
background-color: #BDA03F;
}
</style>
border-color css
<style>
span { border-color: #BDA03F; }
span { border-color: rgb(189,160,63); }
td.TdClassName
{
border-color: #BDA03F;
}
.TagClassName
{
border-color: #BDA03F;
}
</style>