Shades of Ecru #BBB381
Tints of Ecru #BBB381
RGB
CMYK
RGB Variations
Color information
#BBB381 (or 0xBBB381) is known color: Ecru. HEX triplet: BB, B3 and 81. RGB value is (187,179,129). Sum of RGB (Red+Green+Blue) = 187+179+129=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB381 is #444C7E. Grayscale: #AFAFAF. Windows color (decimal): -4476031 or 8500155. OLE color: 8500155.
HSL color Cylindrical-coordinate representation of color #BBB381: hue angle of 51.72º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBB381 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 129 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.27 |
| HSL | 51.72º | 0.3% | 0.62% | - |
| HSV(B) | 51.72º | 0.31% | 0.73% | - |
| XYZ | 40.58 | 44.39 | 27.2 | - |
| YUV | 175.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 129 | 0 | 0.04 | 0.31 | 0.27 | 51.72 | 0.3 | 0.62 |
| Hex | BB | B3 | 81 | 0 | 4 | 1F | 1B | 34 | 1E | 3E |
| Octal | 273 | 263 | 201 | 0 | 4 | 37 | 33 | 64 | 36 | 76 |
| Binary | 10111011 | 10110011 | 10000001 | 0 | 100 | 11111 | 11011 | 110100 | 11110 | 111110 |
Color Harmonies of #BBB381
Complementary color
Monochromatic Colors of #BBB381
Black with #BBB381
Text Example
Text Example
White with #BBB381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB381; }
p { color: rgb(187,179,129); }
H1.HeaderClassName
{
color: #BBB381;
}
.AnyTagClassName
{
color: #BBB381;
}
</style>
background-color css
<style>
a { background-color: #BBB381; }
a { background-color: rgb(187,179,129); }
div.DivClassName
{
background-color: #BBB381;
}
.BgClassName
{
background-color: #BBB381;
}
</style>
border-color css
<style>
span { border-color: #BBB381; }
span { border-color: rgb(187,179,129); }
td.TdClassName
{
border-color: #BBB381;
}
.TagClassName
{
border-color: #BBB381;
}
</style>