Shades of Roti #BD9745
Tints of Roti #BD9745
RGB
CMYK
RGB Variations
Color information
#BD9745 (or 0xBD9745) is known color: Roti. HEX triplet: BD, 97 and 45. RGB value is (189,151,69). Sum of RGB (Red+Green+Blue) = 189+151+69=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9745 is #4268BA. Grayscale: #999999. Windows color (decimal): -4352187 or 4560829. OLE color: 4560829.
HSL color Cylindrical-coordinate representation of color #BD9745: hue angle of 41º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD9745 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 69 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.26 |
| HSL | 41º | 0.48% | 0.51% | - |
| HSV(B) | 41º | 0.63% | 0.74% | - |
| XYZ | 33.13 | 33.38 | 10.33 | - |
| YUV | 153.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 69 | 0 | 0.20 | 0.63 | 0.26 | 41 | 0.48 | 0.51 |
| Hex | BD | 97 | 45 | 0 | 14 | 3F | 1A | 29 | 30 | 33 |
| Octal | 275 | 227 | 105 | 0 | 24 | 77 | 32 | 51 | 60 | 63 |
| Binary | 10111101 | 10010111 | 1000101 | 0 | 10100 | 111111 | 11010 | 101001 | 110000 | 110011 |
Color Harmonies of #BD9745
Complementary color
Monochromatic Colors of #BD9745
Black with #BD9745
Text Example
Text Example
White with #BD9745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9745; }
p { color: rgb(189,151,69); }
H1.HeaderClassName
{
color: #BD9745;
}
.AnyTagClassName
{
color: #BD9745;
}
</style>
background-color css
<style>
a { background-color: #BD9745; }
a { background-color: rgb(189,151,69); }
div.DivClassName
{
background-color: #BD9745;
}
.BgClassName
{
background-color: #BD9745;
}
</style>
border-color css
<style>
span { border-color: #BD9745; }
span { border-color: rgb(189,151,69); }
td.TdClassName
{
border-color: #BD9745;
}
.TagClassName
{
border-color: #BD9745;
}
</style>