Shades of Roti #BC9C41
Tints of Roti #BC9C41
RGB
CMYK
RGB Variations
Color information
#BC9C41 (or 0xBC9C41) is known color: Roti. HEX triplet: BC, 9C and 41. RGB value is (188,156,65). Sum of RGB (Red+Green+Blue) = 188+156+65=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C41 is #4363BE. Grayscale: #9B9B9B. Windows color (decimal): -4416447 or 4299964. OLE color: 4299964.
HSL color Cylindrical-coordinate representation of color #BC9C41: hue angle of 44.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC9C41 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 65 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.26 |
| HSL | 44.39º | 0.49% | 0.5% | - |
| HSV(B) | 44.39º | 0.65% | 0.74% | - |
| XYZ | 33.58 | 34.85 | 9.96 | - |
| YUV | 155.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 65 | 0 | 0.17 | 0.65 | 0.26 | 44.39 | 0.49 | 0.5 |
| Hex | BC | 9C | 41 | 0 | 11 | 41 | 1A | 2C | 31 | 32 |
| Octal | 274 | 234 | 101 | 0 | 21 | 101 | 32 | 54 | 61 | 62 |
| Binary | 10111100 | 10011100 | 1000001 | 0 | 10001 | 1000001 | 11010 | 101100 | 110001 | 110010 |
Color Harmonies of #BC9C41
Complementary color
Monochromatic Colors of #BC9C41
Black with #BC9C41
Text Example
Text Example
White with #BC9C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C41; }
p { color: rgb(188,156,65); }
H1.HeaderClassName
{
color: #BC9C41;
}
.AnyTagClassName
{
color: #BC9C41;
}
</style>
background-color css
<style>
a { background-color: #BC9C41; }
a { background-color: rgb(188,156,65); }
div.DivClassName
{
background-color: #BC9C41;
}
.BgClassName
{
background-color: #BC9C41;
}
</style>
border-color css
<style>
span { border-color: #BC9C41; }
span { border-color: rgb(188,156,65); }
td.TdClassName
{
border-color: #BC9C41;
}
.TagClassName
{
border-color: #BC9C41;
}
</style>