Shades of Roti #BD993F
Tints of Roti #BD993F
RGB
CMYK
RGB Variations
Color information
#BD993F (or 0xBD993F) is known color: Roti. HEX triplet: BD, 99 and 3F. RGB value is (189,153,63). Sum of RGB (Red+Green+Blue) = 189+153+63=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD993F is #4266C0. Grayscale: #999999. Windows color (decimal): -4351681 or 4168125. OLE color: 4168125.
HSL color Cylindrical-coordinate representation of color #BD993F: hue angle of 42.86º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD993F is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 63 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.26 |
| HSL | 42.86º | 0.5% | 0.49% | - |
| HSV(B) | 42.86º | 0.67% | 0.74% | - |
| XYZ | 33.27 | 33.96 | 9.5 | - |
| YUV | 153.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 63 | 0 | 0.19 | 0.67 | 0.26 | 42.86 | 0.5 | 0.49 |
| Hex | BD | 99 | 3F | 0 | 13 | 43 | 1A | 2B | 32 | 31 |
| Octal | 275 | 231 | 77 | 0 | 23 | 103 | 32 | 53 | 62 | 61 |
| Binary | 10111101 | 10011001 | 111111 | 0 | 10011 | 1000011 | 11010 | 101011 | 110010 | 110001 |
Color Harmonies of #BD993F
Complementary color
Monochromatic Colors of #BD993F
Black with #BD993F
Text Example
Text Example
White with #BD993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD993F; }
p { color: rgb(189,153,63); }
H1.HeaderClassName
{
color: #BD993F;
}
.AnyTagClassName
{
color: #BD993F;
}
</style>
background-color css
<style>
a { background-color: #BD993F; }
a { background-color: rgb(189,153,63); }
div.DivClassName
{
background-color: #BD993F;
}
.BgClassName
{
background-color: #BD993F;
}
</style>
border-color css
<style>
span { border-color: #BD993F; }
span { border-color: rgb(189,153,63); }
td.TdClassName
{
border-color: #BD993F;
}
.TagClassName
{
border-color: #BD993F;
}
</style>