Shades of Roti #BD983F
Tints of Roti #BD983F
RGB
CMYK
RGB Variations
Color information
#BD983F (or 0xBD983F) is known color: Roti. HEX triplet: BD, 98 and 3F. RGB value is (189,152,63). Sum of RGB (Red+Green+Blue) = 189+152+63=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD983F is #4267C0. Grayscale: #999999. Windows color (decimal): -4351937 or 4167869. OLE color: 4167869.
HSL color Cylindrical-coordinate representation of color #BD983F: hue angle of 42.38º 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 #BD983F is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 63 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.26 |
| HSL | 42.38º | 0.5% | 0.49% | - |
| HSV(B) | 42.38º | 0.67% | 0.74% | - |
| XYZ | 33.11 | 33.63 | 9.45 | - |
| YUV | 152.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 63 | 0 | 0.20 | 0.67 | 0.26 | 42.38 | 0.5 | 0.49 |
| Hex | BD | 98 | 3F | 0 | 14 | 43 | 1A | 2A | 32 | 31 |
| Octal | 275 | 230 | 77 | 0 | 24 | 103 | 32 | 52 | 62 | 61 |
| Binary | 10111101 | 10011000 | 111111 | 0 | 10100 | 1000011 | 11010 | 101010 | 110010 | 110001 |
Color Harmonies of #BD983F
Complementary color
Monochromatic Colors of #BD983F
Black with #BD983F
Text Example
Text Example
White with #BD983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD983F; }
p { color: rgb(189,152,63); }
H1.HeaderClassName
{
color: #BD983F;
}
.AnyTagClassName
{
color: #BD983F;
}
</style>
background-color css
<style>
a { background-color: #BD983F; }
a { background-color: rgb(189,152,63); }
div.DivClassName
{
background-color: #BD983F;
}
.BgClassName
{
background-color: #BD983F;
}
</style>
border-color css
<style>
span { border-color: #BD983F; }
span { border-color: rgb(189,152,63); }
td.TdClassName
{
border-color: #BD983F;
}
.TagClassName
{
border-color: #BD983F;
}
</style>