Shades of Ecru #BBB283
Tints of Ecru #BBB283
RGB
CMYK
RGB Variations
Color information
#BBB283 (or 0xBBB283) is known color: Ecru. HEX triplet: BB, B2 and 83. RGB value is (187,178,131). Sum of RGB (Red+Green+Blue) = 187+178+131=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB283 is #444D7C. Grayscale: #AFAFAF. Windows color (decimal): -4476285 or 8630971. OLE color: 8630971.
HSL color Cylindrical-coordinate representation of color #BBB283: hue angle of 50.36º 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 #BBB283 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 131 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.27 |
| HSL | 50.36º | 0.29% | 0.62% | - |
| HSV(B) | 50.36º | 0.3% | 0.73% | - |
| XYZ | 40.51 | 44.04 | 27.84 | - |
| YUV | 175.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 131 | 0 | 0.05 | 0.30 | 0.27 | 50.36 | 0.29 | 0.62 |
| Hex | BB | B2 | 83 | 0 | 5 | 1E | 1B | 32 | 1D | 3E |
| Octal | 273 | 262 | 203 | 0 | 5 | 36 | 33 | 62 | 35 | 76 |
| Binary | 10111011 | 10110010 | 10000011 | 0 | 101 | 11110 | 11011 | 110010 | 11101 | 111110 |
Color Harmonies of #BBB283
Complementary color
Monochromatic Colors of #BBB283
Black with #BBB283
Text Example
Text Example
White with #BBB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB283; }
p { color: rgb(187,178,131); }
H1.HeaderClassName
{
color: #BBB283;
}
.AnyTagClassName
{
color: #BBB283;
}
</style>
background-color css
<style>
a { background-color: #BBB283; }
a { background-color: rgb(187,178,131); }
div.DivClassName
{
background-color: #BBB283;
}
.BgClassName
{
background-color: #BBB283;
}
</style>
border-color css
<style>
span { border-color: #BBB283; }
span { border-color: rgb(187,178,131); }
td.TdClassName
{
border-color: #BBB283;
}
.TagClassName
{
border-color: #BBB283;
}
</style>