Shades of Roti #BD9C3E
Tints of Roti #BD9C3E
RGB
CMYK
RGB Variations
Color information
#BD9C3E (or 0xBD9C3E) is known color: Roti. HEX triplet: BD, 9C and 3E. RGB value is (189,156,62). Sum of RGB (Red+Green+Blue) = 189+156+62=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C3E is #4263C1. Grayscale: #9B9B9B. Windows color (decimal): -4350914 or 4103357. OLE color: 4103357.
HSL color Cylindrical-coordinate representation of color #BD9C3E: hue angle of 44.41º degrees, saturation: 0.51, 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 #BD9C3E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 62 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.26 |
| HSL | 44.41º | 0.51% | 0.49% | - |
| HSV(B) | 44.41º | 0.67% | 0.74% | - |
| XYZ | 33.74 | 34.94 | 9.52 | - |
| YUV | 155.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 62 | 0 | 0.17 | 0.67 | 0.26 | 44.41 | 0.51 | 0.49 |
| Hex | BD | 9C | 3E | 0 | 11 | 43 | 1A | 2C | 33 | 31 |
| Octal | 275 | 234 | 76 | 0 | 21 | 103 | 32 | 54 | 63 | 61 |
| Binary | 10111101 | 10011100 | 111110 | 0 | 10001 | 1000011 | 11010 | 101100 | 110011 | 110001 |
Color Harmonies of #BD9C3E
Complementary color
Monochromatic Colors of #BD9C3E
Black with #BD9C3E
Text Example
Text Example
White with #BD9C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C3E; }
p { color: rgb(189,156,62); }
H1.HeaderClassName
{
color: #BD9C3E;
}
.AnyTagClassName
{
color: #BD9C3E;
}
</style>
background-color css
<style>
a { background-color: #BD9C3E; }
a { background-color: rgb(189,156,62); }
div.DivClassName
{
background-color: #BD9C3E;
}
.BgClassName
{
background-color: #BD9C3E;
}
</style>
border-color css
<style>
span { border-color: #BD9C3E; }
span { border-color: rgb(189,156,62); }
td.TdClassName
{
border-color: #BD9C3E;
}
.TagClassName
{
border-color: #BD9C3E;
}
</style>