Shades of Roti #BD9E37
Tints of Roti #BD9E37
RGB
CMYK
RGB Variations
Color information
#BD9E37 (or 0xBD9E37) is known color: Roti. HEX triplet: BD, 9E and 37. RGB value is (189,158,55). Sum of RGB (Red+Green+Blue) = 189+158+55=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9E37 is #4261C8. Grayscale: #9B9B9B. Windows color (decimal): -4350409 or 3645117. OLE color: 3645117.
HSL color Cylindrical-coordinate representation of color #BD9E37: hue angle of 46.12º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD9E37 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 55 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.26 |
| HSL | 46.12º | 0.55% | 0.48% | - |
| HSV(B) | 46.12º | 0.71% | 0.74% | - |
| XYZ | 33.9 | 35.55 | 8.69 | - |
| YUV | 155.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 55 | 0 | 0.16 | 0.71 | 0.26 | 46.12 | 0.55 | 0.48 |
| Hex | BD | 9E | 37 | 0 | 10 | 47 | 1A | 2E | 37 | 30 |
| Octal | 275 | 236 | 67 | 0 | 20 | 107 | 32 | 56 | 67 | 60 |
| Binary | 10111101 | 10011110 | 110111 | 0 | 10000 | 1000111 | 11010 | 101110 | 110111 | 110000 |
Color Harmonies of #BD9E37
Complementary color
Monochromatic Colors of #BD9E37
Black with #BD9E37
Text Example
Text Example
White with #BD9E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E37; }
p { color: rgb(189,158,55); }
H1.HeaderClassName
{
color: #BD9E37;
}
.AnyTagClassName
{
color: #BD9E37;
}
</style>
background-color css
<style>
a { background-color: #BD9E37; }
a { background-color: rgb(189,158,55); }
div.DivClassName
{
background-color: #BD9E37;
}
.BgClassName
{
background-color: #BD9E37;
}
</style>
border-color css
<style>
span { border-color: #BD9E37; }
span { border-color: rgb(189,158,55); }
td.TdClassName
{
border-color: #BD9E37;
}
.TagClassName
{
border-color: #BD9E37;
}
</style>