Shades of Roti #BC953B
Tints of Roti #BC953B
RGB
CMYK
RGB Variations
Color information
#BC953B (or 0xBC953B) is known color: Roti. HEX triplet: BC, 95 and 3B. RGB value is (188,149,59). Sum of RGB (Red+Green+Blue) = 188+149+59=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC953B is #436AC4. Grayscale: #969696. Windows color (decimal): -4418245 or 3904956. OLE color: 3904956.
HSL color Cylindrical-coordinate representation of color #BC953B: hue angle of 41.86º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC953B is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 59 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.26 |
| HSL | 41.86º | 0.52% | 0.48% | - |
| HSV(B) | 41.86º | 0.69% | 0.74% | - |
| XYZ | 32.28 | 32.5 | 8.71 | - |
| YUV | 150.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 59 | 0 | 0.21 | 0.69 | 0.26 | 41.86 | 0.52 | 0.48 |
| Hex | BC | 95 | 3B | 0 | 15 | 45 | 1A | 2A | 34 | 30 |
| Octal | 274 | 225 | 73 | 0 | 25 | 105 | 32 | 52 | 64 | 60 |
| Binary | 10111100 | 10010101 | 111011 | 0 | 10101 | 1000101 | 11010 | 101010 | 110100 | 110000 |
Color Harmonies of #BC953B
Complementary color
Monochromatic Colors of #BC953B
Black with #BC953B
Text Example
Text Example
White with #BC953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC953B; }
p { color: rgb(188,149,59); }
H1.HeaderClassName
{
color: #BC953B;
}
.AnyTagClassName
{
color: #BC953B;
}
</style>
background-color css
<style>
a { background-color: #BC953B; }
a { background-color: rgb(188,149,59); }
div.DivClassName
{
background-color: #BC953B;
}
.BgClassName
{
background-color: #BC953B;
}
</style>
border-color css
<style>
span { border-color: #BC953B; }
span { border-color: rgb(188,149,59); }
td.TdClassName
{
border-color: #BC953B;
}
.TagClassName
{
border-color: #BC953B;
}
</style>