Shades of Roti #BC993D
Tints of Roti #BC993D
RGB
CMYK
RGB Variations
Color information
#BC993D (or 0xBC993D) is known color: Roti. HEX triplet: BC, 99 and 3D. RGB value is (188,153,61). Sum of RGB (Red+Green+Blue) = 188+153+61=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC993D is #4366C2. Grayscale: #999999. Windows color (decimal): -4417219 or 4037052. OLE color: 4037052.
HSL color Cylindrical-coordinate representation of color #BC993D: hue angle of 43.46º 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 #BC993D is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 61 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.26 |
| HSL | 43.46º | 0.51% | 0.49% | - |
| HSV(B) | 43.46º | 0.68% | 0.74% | - |
| XYZ | 32.97 | 33.81 | 9.2 | - |
| YUV | 152.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 61 | 0 | 0.19 | 0.68 | 0.26 | 43.46 | 0.51 | 0.49 |
| Hex | BC | 99 | 3D | 0 | 13 | 44 | 1A | 2B | 33 | 31 |
| Octal | 274 | 231 | 75 | 0 | 23 | 104 | 32 | 53 | 63 | 61 |
| Binary | 10111100 | 10011001 | 111101 | 0 | 10011 | 1000100 | 11010 | 101011 | 110011 | 110001 |
Color Harmonies of #BC993D
Complementary color
Monochromatic Colors of #BC993D
Black with #BC993D
Text Example
Text Example
White with #BC993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC993D; }
p { color: rgb(188,153,61); }
H1.HeaderClassName
{
color: #BC993D;
}
.AnyTagClassName
{
color: #BC993D;
}
</style>
background-color css
<style>
a { background-color: #BC993D; }
a { background-color: rgb(188,153,61); }
div.DivClassName
{
background-color: #BC993D;
}
.BgClassName
{
background-color: #BC993D;
}
</style>
border-color css
<style>
span { border-color: #BC993D; }
span { border-color: rgb(188,153,61); }
td.TdClassName
{
border-color: #BC993D;
}
.TagClassName
{
border-color: #BC993D;
}
</style>