Shades of Roti #BC953F
Tints of Roti #BC953F
RGB
CMYK
RGB Variations
Color information
#BC953F (or 0xBC953F) is known color: Roti. HEX triplet: BC, 95 and 3F. RGB value is (188,149,63). Sum of RGB (Red+Green+Blue) = 188+149+63=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC953F is #436AC0. Grayscale: #979797. Windows color (decimal): -4418241 or 4167100. OLE color: 4167100.
HSL color Cylindrical-coordinate representation of color #BC953F: hue angle of 41.28º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC953F is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 63 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.26 |
| HSL | 41.28º | 0.5% | 0.49% | - |
| HSV(B) | 41.28º | 0.66% | 0.74% | - |
| XYZ | 32.38 | 32.55 | 9.28 | - |
| YUV | 150.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 63 | 0 | 0.21 | 0.66 | 0.26 | 41.28 | 0.5 | 0.49 |
| Hex | BC | 95 | 3F | 0 | 15 | 42 | 1A | 29 | 32 | 31 |
| Octal | 274 | 225 | 77 | 0 | 25 | 102 | 32 | 51 | 62 | 61 |
| Binary | 10111100 | 10010101 | 111111 | 0 | 10101 | 1000010 | 11010 | 101001 | 110010 | 110001 |
Color Harmonies of #BC953F
Complementary color
Monochromatic Colors of #BC953F
Black with #BC953F
Text Example
Text Example
White with #BC953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC953F; }
p { color: rgb(188,149,63); }
H1.HeaderClassName
{
color: #BC953F;
}
.AnyTagClassName
{
color: #BC953F;
}
</style>
background-color css
<style>
a { background-color: #BC953F; }
a { background-color: rgb(188,149,63); }
div.DivClassName
{
background-color: #BC953F;
}
.BgClassName
{
background-color: #BC953F;
}
</style>
border-color css
<style>
span { border-color: #BC953F; }
span { border-color: rgb(188,149,63); }
td.TdClassName
{
border-color: #BC953F;
}
.TagClassName
{
border-color: #BC953F;
}
</style>