Shades of Roti #BC9A49
Tints of Roti #BC9A49
RGB
CMYK
RGB Variations
Color information
#BC9A49 (or 0xBC9A49) is known color: Roti. HEX triplet: BC, 9A and 49. RGB value is (188,154,73). Sum of RGB (Red+Green+Blue) = 188+154+73=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A49 is #4365B6. Grayscale: #9B9B9B. Windows color (decimal): -4416951 or 4823740. OLE color: 4823740.
HSL color Cylindrical-coordinate representation of color #BC9A49: hue angle of 42.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC9A49 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 73 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.26 |
| HSL | 42.26º | 0.46% | 0.51% | - |
| HSV(B) | 42.26º | 0.61% | 0.74% | - |
| XYZ | 33.5 | 34.28 | 11.16 | - |
| YUV | 154.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 73 | 0 | 0.18 | 0.61 | 0.26 | 42.26 | 0.46 | 0.51 |
| Hex | BC | 9A | 49 | 0 | 12 | 3D | 1A | 2A | 2E | 33 |
| Octal | 274 | 232 | 111 | 0 | 22 | 75 | 32 | 52 | 56 | 63 |
| Binary | 10111100 | 10011010 | 1001001 | 0 | 10010 | 111101 | 11010 | 101010 | 101110 | 110011 |
Color Harmonies of #BC9A49
Complementary color
Monochromatic Colors of #BC9A49
Black with #BC9A49
Text Example
Text Example
White with #BC9A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A49; }
p { color: rgb(188,154,73); }
H1.HeaderClassName
{
color: #BC9A49;
}
.AnyTagClassName
{
color: #BC9A49;
}
</style>
background-color css
<style>
a { background-color: #BC9A49; }
a { background-color: rgb(188,154,73); }
div.DivClassName
{
background-color: #BC9A49;
}
.BgClassName
{
background-color: #BC9A49;
}
</style>
border-color css
<style>
span { border-color: #BC9A49; }
span { border-color: rgb(188,154,73); }
td.TdClassName
{
border-color: #BC9A49;
}
.TagClassName
{
border-color: #BC9A49;
}
</style>