Shades of Ecru #BCB182
Tints of Ecru #BCB182
RGB
CMYK
RGB Variations
Color information
#BCB182 (or 0xBCB182) is known color: Ecru. HEX triplet: BC, B1 and 82. RGB value is (188,177,130). Sum of RGB (Red+Green+Blue) = 188+177+130=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB182 is #434E7D. Grayscale: #AFAFAF. Windows color (decimal): -4411006 or 8565180. OLE color: 8565180.
HSL color Cylindrical-coordinate representation of color #BCB182: hue angle of 48.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCB182 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 130 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.26 |
| HSL | 48.62º | 0.3% | 0.62% | - |
| HSV(B) | 48.62º | 0.31% | 0.74% | - |
| XYZ | 40.49 | 43.75 | 27.43 | - |
| YUV | 174.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 130 | 0 | 0.06 | 0.31 | 0.26 | 48.62 | 0.3 | 0.62 |
| Hex | BC | B1 | 82 | 0 | 6 | 1F | 1A | 31 | 1E | 3E |
| Octal | 274 | 261 | 202 | 0 | 6 | 37 | 32 | 61 | 36 | 76 |
| Binary | 10111100 | 10110001 | 10000010 | 0 | 110 | 11111 | 11010 | 110001 | 11110 | 111110 |
Color Harmonies of #BCB182
Complementary color
Monochromatic Colors of #BCB182
Black with #BCB182
Text Example
Text Example
White with #BCB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB182; }
p { color: rgb(188,177,130); }
H1.HeaderClassName
{
color: #BCB182;
}
.AnyTagClassName
{
color: #BCB182;
}
</style>
background-color css
<style>
a { background-color: #BCB182; }
a { background-color: rgb(188,177,130); }
div.DivClassName
{
background-color: #BCB182;
}
.BgClassName
{
background-color: #BCB182;
}
</style>
border-color css
<style>
span { border-color: #BCB182; }
span { border-color: rgb(188,177,130); }
td.TdClassName
{
border-color: #BCB182;
}
.TagClassName
{
border-color: #BCB182;
}
</style>