Shades of Roti #BD953F
Tints of Roti #BD953F
RGB
CMYK
RGB Variations
Color information
#BD953F (or 0xBD953F) is known color: Roti. HEX triplet: BD, 95 and 3F. RGB value is (189,149,63). Sum of RGB (Red+Green+Blue) = 189+149+63=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD953F is #426AC0. Grayscale: #979797. Windows color (decimal): -4352705 or 4167101. OLE color: 4167101.
HSL color Cylindrical-coordinate representation of color #BD953F: hue angle of 40.95º 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 #BD953F is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 63 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.26 |
| HSL | 40.95º | 0.5% | 0.49% | - |
| HSV(B) | 40.95º | 0.67% | 0.74% | - |
| XYZ | 32.63 | 32.67 | 9.29 | - |
| YUV | 151.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 63 | 0 | 0.21 | 0.67 | 0.26 | 40.95 | 0.5 | 0.49 |
| Hex | BD | 95 | 3F | 0 | 15 | 43 | 1A | 29 | 32 | 31 |
| Octal | 275 | 225 | 77 | 0 | 25 | 103 | 32 | 51 | 62 | 61 |
| Binary | 10111101 | 10010101 | 111111 | 0 | 10101 | 1000011 | 11010 | 101001 | 110010 | 110001 |
Color Harmonies of #BD953F
Complementary color
Monochromatic Colors of #BD953F
Black with #BD953F
Text Example
Text Example
White with #BD953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD953F; }
p { color: rgb(189,149,63); }
H1.HeaderClassName
{
color: #BD953F;
}
.AnyTagClassName
{
color: #BD953F;
}
</style>
background-color css
<style>
a { background-color: #BD953F; }
a { background-color: rgb(189,149,63); }
div.DivClassName
{
background-color: #BD953F;
}
.BgClassName
{
background-color: #BD953F;
}
</style>
border-color css
<style>
span { border-color: #BD953F; }
span { border-color: rgb(189,149,63); }
td.TdClassName
{
border-color: #BD953F;
}
.TagClassName
{
border-color: #BD953F;
}
</style>