Shades of Roti #BD9743
Tints of Roti #BD9743
RGB
CMYK
RGB Variations
Color information
#BD9743 (or 0xBD9743) is known color: Roti. HEX triplet: BD, 97 and 43. RGB value is (189,151,67). Sum of RGB (Red+Green+Blue) = 189+151+67=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9743 is #4268BC. Grayscale: #999999. Windows color (decimal): -4352189 or 4429757. OLE color: 4429757.
HSL color Cylindrical-coordinate representation of color #BD9743: hue angle of 41.31º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD9743 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 67 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.26 |
| HSL | 41.31º | 0.48% | 0.5% | - |
| HSV(B) | 41.31º | 0.65% | 0.74% | - |
| XYZ | 33.07 | 33.36 | 10.01 | - |
| YUV | 152.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 67 | 0 | 0.20 | 0.65 | 0.26 | 41.31 | 0.48 | 0.5 |
| Hex | BD | 97 | 43 | 0 | 14 | 41 | 1A | 29 | 30 | 32 |
| Octal | 275 | 227 | 103 | 0 | 24 | 101 | 32 | 51 | 60 | 62 |
| Binary | 10111101 | 10010111 | 1000011 | 0 | 10100 | 1000001 | 11010 | 101001 | 110000 | 110010 |
Color Harmonies of #BD9743
Complementary color
Monochromatic Colors of #BD9743
Black with #BD9743
Text Example
Text Example
White with #BD9743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9743; }
p { color: rgb(189,151,67); }
H1.HeaderClassName
{
color: #BD9743;
}
.AnyTagClassName
{
color: #BD9743;
}
</style>
background-color css
<style>
a { background-color: #BD9743; }
a { background-color: rgb(189,151,67); }
div.DivClassName
{
background-color: #BD9743;
}
.BgClassName
{
background-color: #BD9743;
}
</style>
border-color css
<style>
span { border-color: #BD9743; }
span { border-color: rgb(189,151,67); }
td.TdClassName
{
border-color: #BD9743;
}
.TagClassName
{
border-color: #BD9743;
}
</style>