Shades of Roti #BD9E3F
Tints of Roti #BD9E3F
RGB
CMYK
RGB Variations
Color information
#BD9E3F (or 0xBD9E3F) is known color: Roti. HEX triplet: BD, 9E and 3F. RGB value is (189,158,63). Sum of RGB (Red+Green+Blue) = 189+158+63=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9E3F is #4261C0. Grayscale: #9C9C9C. Windows color (decimal): -4350401 or 4169405. OLE color: 4169405.
HSL color Cylindrical-coordinate representation of color #BD9E3F: hue angle of 45.24º 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 #BD9E3F is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 63 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.26 |
| HSL | 45.24º | 0.5% | 0.49% | - |
| HSV(B) | 45.24º | 0.67% | 0.74% | - |
| XYZ | 34.11 | 35.63 | 9.78 | - |
| YUV | 156.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 63 | 0 | 0.16 | 0.67 | 0.26 | 45.24 | 0.5 | 0.49 |
| Hex | BD | 9E | 3F | 0 | 10 | 43 | 1A | 2D | 32 | 31 |
| Octal | 275 | 236 | 77 | 0 | 20 | 103 | 32 | 55 | 62 | 61 |
| Binary | 10111101 | 10011110 | 111111 | 0 | 10000 | 1000011 | 11010 | 101101 | 110010 | 110001 |
Color Harmonies of #BD9E3F
Complementary color
Monochromatic Colors of #BD9E3F
Black with #BD9E3F
Text Example
Text Example
White with #BD9E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E3F; }
p { color: rgb(189,158,63); }
H1.HeaderClassName
{
color: #BD9E3F;
}
.AnyTagClassName
{
color: #BD9E3F;
}
</style>
background-color css
<style>
a { background-color: #BD9E3F; }
a { background-color: rgb(189,158,63); }
div.DivClassName
{
background-color: #BD9E3F;
}
.BgClassName
{
background-color: #BD9E3F;
}
</style>
border-color css
<style>
span { border-color: #BD9E3F; }
span { border-color: rgb(189,158,63); }
td.TdClassName
{
border-color: #BD9E3F;
}
.TagClassName
{
border-color: #BD9E3F;
}
</style>