Shades of Roti #BCA042
Tints of Roti #BCA042
RGB
CMYK
RGB Variations
Color information
#BCA042 (or 0xBCA042) is known color: Roti. HEX triplet: BC, A0 and 42. RGB value is (188,160,66). Sum of RGB (Red+Green+Blue) = 188+160+66=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA042 is #435FBD. Grayscale: #9E9E9E. Windows color (decimal): -4415422 or 4366524. OLE color: 4366524.
HSL color Cylindrical-coordinate representation of color #BCA042: hue angle of 46.23º degrees, saturation: 0.48, 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 #BCA042 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 66 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.26 |
| HSL | 46.23º | 0.48% | 0.5% | - |
| HSV(B) | 46.23º | 0.65% | 0.74% | - |
| XYZ | 34.29 | 36.23 | 10.34 | - |
| YUV | 157.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 66 | 0 | 0.15 | 0.65 | 0.26 | 46.23 | 0.48 | 0.5 |
| Hex | BC | A0 | 42 | 0 | F | 41 | 1A | 2E | 30 | 32 |
| Octal | 274 | 240 | 102 | 0 | 17 | 101 | 32 | 56 | 60 | 62 |
| Binary | 10111100 | 10100000 | 1000010 | 0 | 1111 | 1000001 | 11010 | 101110 | 110000 | 110010 |
Color Harmonies of #BCA042
Complementary color
Monochromatic Colors of #BCA042
Black with #BCA042
Text Example
Text Example
White with #BCA042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA042; }
p { color: rgb(188,160,66); }
H1.HeaderClassName
{
color: #BCA042;
}
.AnyTagClassName
{
color: #BCA042;
}
</style>
background-color css
<style>
a { background-color: #BCA042; }
a { background-color: rgb(188,160,66); }
div.DivClassName
{
background-color: #BCA042;
}
.BgClassName
{
background-color: #BCA042;
}
</style>
border-color css
<style>
span { border-color: #BCA042; }
span { border-color: rgb(188,160,66); }
td.TdClassName
{
border-color: #BCA042;
}
.TagClassName
{
border-color: #BCA042;
}
</style>