Shades of Roti #BD9C3F
Tints of Roti #BD9C3F
RGB
CMYK
RGB Variations
Color information
#BD9C3F (or 0xBD9C3F) is known color: Roti. HEX triplet: BD, 9C and 3F. RGB value is (189,156,63). Sum of RGB (Red+Green+Blue) = 189+156+63=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C3F is #4263C0. Grayscale: #9B9B9B. Windows color (decimal): -4350913 or 4168893. OLE color: 4168893.
HSL color Cylindrical-coordinate representation of color #BD9C3F: hue angle of 44.29º 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 #BD9C3F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 63 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.26 |
| HSL | 44.29º | 0.5% | 0.49% | - |
| HSV(B) | 44.29º | 0.67% | 0.74% | - |
| XYZ | 33.77 | 34.95 | 9.67 | - |
| YUV | 155.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 63 | 0 | 0.17 | 0.67 | 0.26 | 44.29 | 0.5 | 0.49 |
| Hex | BD | 9C | 3F | 0 | 11 | 43 | 1A | 2C | 32 | 31 |
| Octal | 275 | 234 | 77 | 0 | 21 | 103 | 32 | 54 | 62 | 61 |
| Binary | 10111101 | 10011100 | 111111 | 0 | 10001 | 1000011 | 11010 | 101100 | 110010 | 110001 |
Color Harmonies of #BD9C3F
Complementary color
Monochromatic Colors of #BD9C3F
Black with #BD9C3F
Text Example
Text Example
White with #BD9C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C3F; }
p { color: rgb(189,156,63); }
H1.HeaderClassName
{
color: #BD9C3F;
}
.AnyTagClassName
{
color: #BD9C3F;
}
</style>
background-color css
<style>
a { background-color: #BD9C3F; }
a { background-color: rgb(189,156,63); }
div.DivClassName
{
background-color: #BD9C3F;
}
.BgClassName
{
background-color: #BD9C3F;
}
</style>
border-color css
<style>
span { border-color: #BD9C3F; }
span { border-color: rgb(189,156,63); }
td.TdClassName
{
border-color: #BD9C3F;
}
.TagClassName
{
border-color: #BD9C3F;
}
</style>