Shades of Roti #BC9838
Tints of Roti #BC9838
RGB
CMYK
RGB Variations
Color information
#BC9838 (or 0xBC9838) is known color: Roti. HEX triplet: BC, 98 and 38. RGB value is (188,152,56). Sum of RGB (Red+Green+Blue) = 188+152+56=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9838 is #4367C7. Grayscale: #989898. Windows color (decimal): -4417480 or 3709116. OLE color: 3709116.
HSL color Cylindrical-coordinate representation of color #BC9838: hue angle of 43.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC9838 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 56 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.26 |
| HSL | 43.64º | 0.54% | 0.48% | - |
| HSV(B) | 43.64º | 0.7% | 0.74% | - |
| XYZ | 32.68 | 33.43 | 8.47 | - |
| YUV | 151.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 56 | 0 | 0.19 | 0.70 | 0.26 | 43.64 | 0.54 | 0.48 |
| Hex | BC | 98 | 38 | 0 | 13 | 46 | 1A | 2C | 36 | 30 |
| Octal | 274 | 230 | 70 | 0 | 23 | 106 | 32 | 54 | 66 | 60 |
| Binary | 10111100 | 10011000 | 111000 | 0 | 10011 | 1000110 | 11010 | 101100 | 110110 | 110000 |
Color Harmonies of #BC9838
Complementary color
Monochromatic Colors of #BC9838
Black with #BC9838
Text Example
Text Example
White with #BC9838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9838; }
p { color: rgb(188,152,56); }
H1.HeaderClassName
{
color: #BC9838;
}
.AnyTagClassName
{
color: #BC9838;
}
</style>
background-color css
<style>
a { background-color: #BC9838; }
a { background-color: rgb(188,152,56); }
div.DivClassName
{
background-color: #BC9838;
}
.BgClassName
{
background-color: #BC9838;
}
</style>
border-color css
<style>
span { border-color: #BC9838; }
span { border-color: rgb(188,152,56); }
td.TdClassName
{
border-color: #BC9838;
}
.TagClassName
{
border-color: #BC9838;
}
</style>