Shades of Roti #BD963D
Tints of Roti #BD963D
RGB
CMYK
RGB Variations
Color information
#BD963D (or 0xBD963D) is known color: Roti. HEX triplet: BD, 96 and 3D. RGB value is (189,150,61). Sum of RGB (Red+Green+Blue) = 189+150+61=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD963D is #4269C2. Grayscale: #979797. Windows color (decimal): -4352451 or 4036285. OLE color: 4036285.
HSL color Cylindrical-coordinate representation of color #BD963D: hue angle of 41.72º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD963D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 61 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.26 |
| HSL | 41.72º | 0.51% | 0.49% | - |
| HSV(B) | 41.72º | 0.68% | 0.74% | - |
| XYZ | 32.73 | 32.97 | 9.05 | - |
| YUV | 151.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 61 | 0 | 0.21 | 0.68 | 0.26 | 41.72 | 0.51 | 0.49 |
| Hex | BD | 96 | 3D | 0 | 15 | 44 | 1A | 2A | 33 | 31 |
| Octal | 275 | 226 | 75 | 0 | 25 | 104 | 32 | 52 | 63 | 61 |
| Binary | 10111101 | 10010110 | 111101 | 0 | 10101 | 1000100 | 11010 | 101010 | 110011 | 110001 |
Color Harmonies of #BD963D
Complementary color
Monochromatic Colors of #BD963D
Black with #BD963D
Text Example
Text Example
White with #BD963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD963D; }
p { color: rgb(189,150,61); }
H1.HeaderClassName
{
color: #BD963D;
}
.AnyTagClassName
{
color: #BD963D;
}
</style>
background-color css
<style>
a { background-color: #BD963D; }
a { background-color: rgb(189,150,61); }
div.DivClassName
{
background-color: #BD963D;
}
.BgClassName
{
background-color: #BD963D;
}
</style>
border-color css
<style>
span { border-color: #BD963D; }
span { border-color: rgb(189,150,61); }
td.TdClassName
{
border-color: #BD963D;
}
.TagClassName
{
border-color: #BD963D;
}
</style>