Shades of Roti #BC9C3B
Tints of Roti #BC9C3B
RGB
CMYK
RGB Variations
Color information
#BC9C3B (or 0xBC9C3B) is known color: Roti. HEX triplet: BC, 9C and 3B. RGB value is (188,156,59). Sum of RGB (Red+Green+Blue) = 188+156+59=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C3B is #4363C4. Grayscale: #9A9A9A. Windows color (decimal): -4416453 or 3906748. OLE color: 3906748.
HSL color Cylindrical-coordinate representation of color #BC9C3B: hue angle of 45.12º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC9C3B is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 59 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.26 |
| HSL | 45.12º | 0.52% | 0.48% | - |
| HSV(B) | 45.12º | 0.69% | 0.74% | - |
| XYZ | 33.42 | 34.78 | 9.09 | - |
| YUV | 154.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 59 | 0 | 0.17 | 0.69 | 0.26 | 45.12 | 0.52 | 0.48 |
| Hex | BC | 9C | 3B | 0 | 11 | 45 | 1A | 2D | 34 | 30 |
| Octal | 274 | 234 | 73 | 0 | 21 | 105 | 32 | 55 | 64 | 60 |
| Binary | 10111100 | 10011100 | 111011 | 0 | 10001 | 1000101 | 11010 | 101101 | 110100 | 110000 |
Color Harmonies of #BC9C3B
Complementary color
Monochromatic Colors of #BC9C3B
Black with #BC9C3B
Text Example
Text Example
White with #BC9C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C3B; }
p { color: rgb(188,156,59); }
H1.HeaderClassName
{
color: #BC9C3B;
}
.AnyTagClassName
{
color: #BC9C3B;
}
</style>
background-color css
<style>
a { background-color: #BC9C3B; }
a { background-color: rgb(188,156,59); }
div.DivClassName
{
background-color: #BC9C3B;
}
.BgClassName
{
background-color: #BC9C3B;
}
</style>
border-color css
<style>
span { border-color: #BC9C3B; }
span { border-color: rgb(188,156,59); }
td.TdClassName
{
border-color: #BC9C3B;
}
.TagClassName
{
border-color: #BC9C3B;
}
</style>