Shades of Ecru #BBB183
Tints of Ecru #BBB183
RGB
CMYK
RGB Variations
Color information
#BBB183 (or 0xBBB183) is known color: Ecru. HEX triplet: BB, B1 and 83. RGB value is (187,177,131). Sum of RGB (Red+Green+Blue) = 187+177+131=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB183 is #444E7C. Grayscale: #AEAEAE. Windows color (decimal): -4476541 or 8630715. OLE color: 8630715.
HSL color Cylindrical-coordinate representation of color #BBB183: hue angle of 49.29º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB183 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 131 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.27 |
| HSL | 49.29º | 0.29% | 0.62% | - |
| HSV(B) | 49.29º | 0.3% | 0.73% | - |
| XYZ | 40.31 | 43.65 | 27.77 | - |
| YUV | 174.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 131 | 0 | 0.05 | 0.30 | 0.27 | 49.29 | 0.29 | 0.62 |
| Hex | BB | B1 | 83 | 0 | 5 | 1E | 1B | 31 | 1D | 3E |
| Octal | 273 | 261 | 203 | 0 | 5 | 36 | 33 | 61 | 35 | 76 |
| Binary | 10111011 | 10110001 | 10000011 | 0 | 101 | 11110 | 11011 | 110001 | 11101 | 111110 |
Color Harmonies of #BBB183
Complementary color
Monochromatic Colors of #BBB183
Black with #BBB183
Text Example
Text Example
White with #BBB183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB183; }
p { color: rgb(187,177,131); }
H1.HeaderClassName
{
color: #BBB183;
}
.AnyTagClassName
{
color: #BBB183;
}
</style>
background-color css
<style>
a { background-color: #BBB183; }
a { background-color: rgb(187,177,131); }
div.DivClassName
{
background-color: #BBB183;
}
.BgClassName
{
background-color: #BBB183;
}
</style>
border-color css
<style>
span { border-color: #BBB183; }
span { border-color: rgb(187,177,131); }
td.TdClassName
{
border-color: #BBB183;
}
.TagClassName
{
border-color: #BBB183;
}
</style>