Shades of Roti #BD9E43
Tints of Roti #BD9E43
RGB
CMYK
RGB Variations
Color information
#BD9E43 (or 0xBD9E43) is known color: Roti. HEX triplet: BD, 9E and 43. RGB value is (189,158,67). Sum of RGB (Red+Green+Blue) = 189+158+67=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9E43 is #4261BC. Grayscale: #9D9D9D. Windows color (decimal): -4350397 or 4431549. OLE color: 4431549.
HSL color Cylindrical-coordinate representation of color #BD9E43: hue angle of 44.75º 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 #BD9E43 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 67 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.26 |
| HSL | 44.75º | 0.48% | 0.5% | - |
| HSV(B) | 44.75º | 0.65% | 0.74% | - |
| XYZ | 34.23 | 35.68 | 10.39 | - |
| YUV | 156.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 67 | 0 | 0.16 | 0.65 | 0.26 | 44.75 | 0.48 | 0.5 |
| Hex | BD | 9E | 43 | 0 | 10 | 41 | 1A | 2D | 30 | 32 |
| Octal | 275 | 236 | 103 | 0 | 20 | 101 | 32 | 55 | 60 | 62 |
| Binary | 10111101 | 10011110 | 1000011 | 0 | 10000 | 1000001 | 11010 | 101101 | 110000 | 110010 |
Color Harmonies of #BD9E43
Complementary color
Monochromatic Colors of #BD9E43
Black with #BD9E43
Text Example
Text Example
White with #BD9E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E43; }
p { color: rgb(189,158,67); }
H1.HeaderClassName
{
color: #BD9E43;
}
.AnyTagClassName
{
color: #BD9E43;
}
</style>
background-color css
<style>
a { background-color: #BD9E43; }
a { background-color: rgb(189,158,67); }
div.DivClassName
{
background-color: #BD9E43;
}
.BgClassName
{
background-color: #BD9E43;
}
</style>
border-color css
<style>
span { border-color: #BD9E43; }
span { border-color: rgb(189,158,67); }
td.TdClassName
{
border-color: #BD9E43;
}
.TagClassName
{
border-color: #BD9E43;
}
</style>