Shades of Roti #BD9D3C
Tints of Roti #BD9D3C
RGB
CMYK
RGB Variations
Color information
#BD9D3C (or 0xBD9D3C) is known color: Roti. HEX triplet: BD, 9D and 3C. RGB value is (189,157,60). Sum of RGB (Red+Green+Blue) = 189+157+60=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9D3C is #4262C3. Grayscale: #9B9B9B. Windows color (decimal): -4350660 or 3972541. OLE color: 3972541.
HSL color Cylindrical-coordinate representation of color #BD9D3C: hue angle of 45.12º 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 #BD9D3C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 60 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.26 |
| HSL | 45.12º | 0.52% | 0.49% | - |
| HSV(B) | 45.12º | 0.68% | 0.74% | - |
| XYZ | 33.86 | 35.26 | 9.3 | - |
| YUV | 155.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 60 | 0 | 0.17 | 0.68 | 0.26 | 45.12 | 0.52 | 0.49 |
| Hex | BD | 9D | 3C | 0 | 11 | 44 | 1A | 2D | 34 | 31 |
| Octal | 275 | 235 | 74 | 0 | 21 | 104 | 32 | 55 | 64 | 61 |
| Binary | 10111101 | 10011101 | 111100 | 0 | 10001 | 1000100 | 11010 | 101101 | 110100 | 110001 |
Color Harmonies of #BD9D3C
Complementary color
Monochromatic Colors of #BD9D3C
Black with #BD9D3C
Text Example
Text Example
White with #BD9D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D3C; }
p { color: rgb(189,157,60); }
H1.HeaderClassName
{
color: #BD9D3C;
}
.AnyTagClassName
{
color: #BD9D3C;
}
</style>
background-color css
<style>
a { background-color: #BD9D3C; }
a { background-color: rgb(189,157,60); }
div.DivClassName
{
background-color: #BD9D3C;
}
.BgClassName
{
background-color: #BD9D3C;
}
</style>
border-color css
<style>
span { border-color: #BD9D3C; }
span { border-color: rgb(189,157,60); }
td.TdClassName
{
border-color: #BD9D3C;
}
.TagClassName
{
border-color: #BD9D3C;
}
</style>