Shades of Roti #BD9747
Tints of Roti #BD9747
RGB
CMYK
RGB Variations
Color information
#BD9747 (or 0xBD9747) is known color: Roti. HEX triplet: BD, 97 and 47. RGB value is (189,151,71). Sum of RGB (Red+Green+Blue) = 189+151+71=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9747 is #4268B8. Grayscale: #999999. Windows color (decimal): -4352185 or 4691901. OLE color: 4691901.
HSL color Cylindrical-coordinate representation of color #BD9747: hue angle of 40.68º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD9747 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 71 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.26 |
| HSL | 40.68º | 0.47% | 0.51% | - |
| HSV(B) | 40.68º | 0.62% | 0.74% | - |
| XYZ | 33.19 | 33.41 | 10.66 | - |
| YUV | 153.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 71 | 0 | 0.20 | 0.62 | 0.26 | 40.68 | 0.47 | 0.51 |
| Hex | BD | 97 | 47 | 0 | 14 | 3E | 1A | 29 | 2F | 33 |
| Octal | 275 | 227 | 107 | 0 | 24 | 76 | 32 | 51 | 57 | 63 |
| Binary | 10111101 | 10010111 | 1000111 | 0 | 10100 | 111110 | 11010 | 101001 | 101111 | 110011 |
Color Harmonies of #BD9747
Complementary color
Monochromatic Colors of #BD9747
Black with #BD9747
Text Example
Text Example
White with #BD9747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9747; }
p { color: rgb(189,151,71); }
H1.HeaderClassName
{
color: #BD9747;
}
.AnyTagClassName
{
color: #BD9747;
}
</style>
background-color css
<style>
a { background-color: #BD9747; }
a { background-color: rgb(189,151,71); }
div.DivClassName
{
background-color: #BD9747;
}
.BgClassName
{
background-color: #BD9747;
}
</style>
border-color css
<style>
span { border-color: #BD9747; }
span { border-color: rgb(189,151,71); }
td.TdClassName
{
border-color: #BD9747;
}
.TagClassName
{
border-color: #BD9747;
}
</style>